#68310D

Color #68310D Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #68310D

Tints of Baker's Chocolate #68310D

Color information

#68310D (or 0x68310D) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 31 and 0D. RGB value is (104,49,13). Sum of RGB (Red+Green+Blue) = 104+49+13=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68310D is #97CEF2. Grayscale: #3D3D3D. Windows color (decimal): -9948915 or 864616. OLE color: 864616.

HSL color Cylindrical-coordinate representation of color #68310D: hue angle of 23.74º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68310D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1044913-
CMYK00.530.880.59
HSL23.74º77.78%22.94%-
HSV(B)23.74º87.5%40.78%-
XYZ6.885.171.02-
YUV61.34100.72158.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=62.65%
G=29.52%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104491300.530.880.5923.7477.7822.94
Hex6831D035583B184e17
Octal1506115065130733011627
Binary110100011000111010110101101100011101111000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68310D; }

 p { color: rgb(104,49,13); }

 H1.HeaderClassName
 {
   color: #68310D;
 }
 .AnyTagClassName
 {
   color: #68310D;
 }
</style>
background-color css

<style>
 a { background-color: #68310D; }

 a { background-color: rgb(104,49,13); }

 div.DivClassName
 {
   background-color: #68310D;
 }
 .BgClassName
 {
   background-color: #68310D;
 }
</style>
border-color css

<style>
 span { border-color: #68310D; }

 span { border-color: rgb(104,49,13); }

 td.TdClassName
 {
   border-color: #68310D;
 }
 .TagClassName
 {
   border-color: #68310D;
 }
</style>