Shades of Baker's Chocolate #663208
Tints of Baker's Chocolate #663208
RGB
CMYK
RGB Variations
Color information
#663208 (or 0x663208) is known color: 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
| RGB | 102 | 50 | 8 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.6 |
| HSL | 26.81º | 0.85% | 0.22% | - |
| HSV(B) | 26.81º | 0.92% | 0.4% | - |
| XYZ | 6.66 | 5.12 | 0.87 | - |
| YUV | 60.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 8 | 0 | 0.51 | 0.92 | 0.6 | 26.81 | 0.85 | 0.22 |
| Hex | 66 | 32 | 8 | 0 | 33 | 5C | 3C | 1B | 55 | 16 |
| Octal | 146 | 62 | 10 | 0 | 63 | 134 | 74 | 33 | 125 | 26 |
| Binary | 1100110 | 110010 | 1000 | 0 | 110011 | 1011100 | 111100 | 11011 | 1010101 | 10110 |
Color Harmonies of #663208
Complementary color
Monochromatic Colors of #663208
Black with #663208
Text Example
Text Example
White with #663208
Text Example
Text Example
HTML Codes & Css Web 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>