#682008

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

Shades of Baker's Chocolate #682008

Tints of Baker's Chocolate #682008

Color information

#682008 (or 0x682008) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 20 and 08. RGB value is (104,32,8). Sum of RGB (Red+Green+Blue) = 104+32+8=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #682008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682008 is #97DFF7. Grayscale: #323232. Windows color (decimal): -9953272 or 532584. OLE color: 532584.

HSL color Cylindrical-coordinate representation of color #682008: hue angle of 15º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #682008 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB104328-
CMYK00.690.920.59
HSL15º85.71%21.96%-
HSV(B)15º92.31%40.78%-
XYZ6.273.990.67-
YUV50.79103.85165.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=72.22%
G=22.22%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10432800.690.920.591585.7121.96
Hex682080455C3Bf5616
Octal15040100105134731712626
Binary110100010000010000100010110111001110111111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682008; }

 p { color: rgb(104,32,8); }

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

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

 a { background-color: rgb(104,32,8); }

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

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

 span { border-color: rgb(104,32,8); }

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