Shades of Baker's Chocolate #662A08
Tints of Baker's Chocolate #662A08
RGB
CMYK
RGB Variations
Color information
#662A08 (or 0x662A08) is known color: Baker's Chocolate. HEX triplet: 66, 2A and 08. RGB value is (102,42,8). Sum of RGB (Red+Green+Blue) = 102+42+8=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A08 is #99D5F7. Grayscale: #383838. Windows color (decimal): -10081784 or 535142. OLE color: 535142.
HSL color Cylindrical-coordinate representation of color #662A08: hue angle of 21.7º 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 #662A08 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 8 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.6 |
| HSL | 21.7º | 0.85% | 0.22% | - |
| HSV(B) | 21.7º | 0.92% | 0.4% | - |
| XYZ | 6.35 | 4.5 | 0.76 | - |
| YUV | 56.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 8 | 0 | 0.59 | 0.92 | 0.6 | 21.7 | 0.85 | 0.22 |
| Hex | 66 | 2A | 8 | 0 | 3B | 5C | 3C | 16 | 55 | 16 |
| Octal | 146 | 52 | 10 | 0 | 73 | 134 | 74 | 26 | 125 | 26 |
| Binary | 1100110 | 101010 | 1000 | 0 | 111011 | 1011100 | 111100 | 10110 | 1010101 | 10110 |
Color Harmonies of #662A08
Complementary color
Monochromatic Colors of #662A08
Black with #662A08
Text Example
Text Example
White with #662A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A08; }
p { color: rgb(102,42,8); }
H1.HeaderClassName
{
color: #662A08;
}
.AnyTagClassName
{
color: #662A08;
}
</style>
background-color css
<style>
a { background-color: #662A08; }
a { background-color: rgb(102,42,8); }
div.DivClassName
{
background-color: #662A08;
}
.BgClassName
{
background-color: #662A08;
}
</style>
border-color css
<style>
span { border-color: #662A08; }
span { border-color: rgb(102,42,8); }
td.TdClassName
{
border-color: #662A08;
}
.TagClassName
{
border-color: #662A08;
}
</style>