Shades of Baker's Chocolate #662912
Tints of Baker's Chocolate #662912
RGB
CMYK
RGB Variations
Color information
#662912 (or 0x662912) is known color: Baker's Chocolate. HEX triplet: 66, 29 and 12. RGB value is (102,41,18). Sum of RGB (Red+Green+Blue) = 102+41+18=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #662912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662912 is #99D6ED. Grayscale: #383838. Windows color (decimal): -10082030 or 1190246. OLE color: 1190246.
HSL color Cylindrical-coordinate representation of color #662912: hue angle of 16.43º 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 #662912 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 18 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.6 |
| HSL | 16.43º | 0.7% | 0.24% | - |
| HSV(B) | 16.43º | 0.82% | 0.4% | - |
| XYZ | 6.38 | 4.45 | 1.1 | - |
| YUV | 56.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 18 | 0 | 0.60 | 0.82 | 0.6 | 16.43 | 0.7 | 0.24 |
| Hex | 66 | 29 | 12 | 0 | 3C | 52 | 3C | 10 | 46 | 18 |
| Octal | 146 | 51 | 22 | 0 | 74 | 122 | 74 | 20 | 106 | 30 |
| Binary | 1100110 | 101001 | 10010 | 0 | 111100 | 1010010 | 111100 | 10000 | 1000110 | 11000 |
Color Harmonies of #662912
Complementary color
Monochromatic Colors of #662912
Black with #662912
Text Example
Text Example
White with #662912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662912; }
p { color: rgb(102,41,18); }
H1.HeaderClassName
{
color: #662912;
}
.AnyTagClassName
{
color: #662912;
}
</style>
background-color css
<style>
a { background-color: #662912; }
a { background-color: rgb(102,41,18); }
div.DivClassName
{
background-color: #662912;
}
.BgClassName
{
background-color: #662912;
}
</style>
border-color css
<style>
span { border-color: #662912; }
span { border-color: rgb(102,41,18); }
td.TdClassName
{
border-color: #662912;
}
.TagClassName
{
border-color: #662912;
}
</style>