#663208

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

Shades of Baker's Chocolate #663208

Tints of Baker's Chocolate #663208

Color information

#663208 (or 0x663208) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 32 and 08. RGB value is (102,50,8). Sum of RGB (Red+Green+Blue) = 102+50+8=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #663208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663208 is #99CDF7. Grayscale: #3C3C3C. Windows color (decimal): -10079736 or 537190. OLE color: 537190.

HSL color Cylindrical-coordinate representation of color #663208: hue angle of 26.81º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #663208 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB102508-
CMYK00.510.920.6
HSL26.81º85.45%21.57%-
HSV(B)26.81º92.16%40%-
XYZ6.665.120.87-
YUV60.7698.23157.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.75%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 8 (3.52% from 255) = 5%
R=63.75%
G=31.25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10250800.510.920.626.8185.4521.57
Hex663280335C3C1b5516
Octal1466210063134743312526
Binary110011011001010000110011101110011110011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663208; }

 p { color: rgb(102,50,8); }

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

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

 a { background-color: rgb(102,50,8); }

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

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

 span { border-color: rgb(102,50,8); }

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