Shades of Baker's Chocolate #662D08
Tints of Baker's Chocolate #662D08
RGB
CMYK
RGB Variations
Color information
#662D08 (or 0x662D08) is known color: Baker's Chocolate. HEX triplet: 66, 2D and 08. RGB value is (102,45,8). Sum of RGB (Red+Green+Blue) = 102+45+8=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #662D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D08 is #99D2F7. Grayscale: #3A3A3A. Windows color (decimal): -10081016 or 535910. OLE color: 535910.
HSL color Cylindrical-coordinate representation of color #662D08: hue angle of 23.62º 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 #662D08 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 8 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.6 |
| HSL | 23.62º | 0.85% | 0.22% | - |
| HSV(B) | 23.62º | 0.92% | 0.4% | - |
| XYZ | 6.46 | 4.72 | 0.8 | - |
| YUV | 57.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 8 | 0 | 0.56 | 0.92 | 0.6 | 23.62 | 0.85 | 0.22 |
| Hex | 66 | 2D | 8 | 0 | 38 | 5C | 3C | 18 | 55 | 16 |
| Octal | 146 | 55 | 10 | 0 | 70 | 134 | 74 | 30 | 125 | 26 |
| Binary | 1100110 | 101101 | 1000 | 0 | 111000 | 1011100 | 111100 | 11000 | 1010101 | 10110 |
Color Harmonies of #662D08
Complementary color
Monochromatic Colors of #662D08
Black with #662D08
Text Example
Text Example
White with #662D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D08; }
p { color: rgb(102,45,8); }
H1.HeaderClassName
{
color: #662D08;
}
.AnyTagClassName
{
color: #662D08;
}
</style>
background-color css
<style>
a { background-color: #662D08; }
a { background-color: rgb(102,45,8); }
div.DivClassName
{
background-color: #662D08;
}
.BgClassName
{
background-color: #662D08;
}
</style>
border-color css
<style>
span { border-color: #662D08; }
span { border-color: rgb(102,45,8); }
td.TdClassName
{
border-color: #662D08;
}
.TagClassName
{
border-color: #662D08;
}
</style>