Shades of Baker's Chocolate #662A12
Tints of Baker's Chocolate #662A12
RGB
CMYK
RGB Variations
Color information
#662A12 (or 0x662A12) is known color: Baker's Chocolate. HEX triplet: 66, 2A and 12. RGB value is (102,42,18). Sum of RGB (Red+Green+Blue) = 102+42+18=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #662A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A12 is #99D5ED. Grayscale: #393939. Windows color (decimal): -10081774 or 1190502. OLE color: 1190502.
HSL color Cylindrical-coordinate representation of color #662A12: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662A12 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 18 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.6 |
| HSL | 17.14º | 0.7% | 0.24% | - |
| HSV(B) | 17.14º | 0.82% | 0.4% | - |
| XYZ | 6.42 | 4.52 | 1.11 | - |
| YUV | 57.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 18 | 0 | 0.59 | 0.82 | 0.6 | 17.14 | 0.7 | 0.24 |
| Hex | 66 | 2A | 12 | 0 | 3B | 52 | 3C | 11 | 46 | 18 |
| Octal | 146 | 52 | 22 | 0 | 73 | 122 | 74 | 21 | 106 | 30 |
| Binary | 1100110 | 101010 | 10010 | 0 | 111011 | 1010010 | 111100 | 10001 | 1000110 | 11000 |
Color Harmonies of #662A12
Complementary color
Monochromatic Colors of #662A12
Black with #662A12
Text Example
Text Example
White with #662A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A12; }
p { color: rgb(102,42,18); }
H1.HeaderClassName
{
color: #662A12;
}
.AnyTagClassName
{
color: #662A12;
}
</style>
background-color css
<style>
a { background-color: #662A12; }
a { background-color: rgb(102,42,18); }
div.DivClassName
{
background-color: #662A12;
}
.BgClassName
{
background-color: #662A12;
}
</style>
border-color css
<style>
span { border-color: #662A12; }
span { border-color: rgb(102,42,18); }
td.TdClassName
{
border-color: #662A12;
}
.TagClassName
{
border-color: #662A12;
}
</style>