Shades of Baker's Chocolate #662F12
Tints of Baker's Chocolate #662F12
RGB
CMYK
RGB Variations
Color information
#662F12 (or 0x662F12) is known color: Baker's Chocolate. HEX triplet: 66, 2F and 12. RGB value is (102,47,18). Sum of RGB (Red+Green+Blue) = 102+47+18=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #662F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662F12 is #99D0ED. Grayscale: #3C3C3C. Windows color (decimal): -10080494 or 1191782. OLE color: 1191782.
HSL color Cylindrical-coordinate representation of color #662F12: hue angle of 20.71º 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 #662F12 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 18 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.6 |
| HSL | 20.71º | 0.7% | 0.24% | - |
| HSV(B) | 20.71º | 0.82% | 0.4% | - |
| XYZ | 6.61 | 4.9 | 1.17 | - |
| YUV | 60.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 18 | 0 | 0.54 | 0.82 | 0.6 | 20.71 | 0.7 | 0.24 |
| Hex | 66 | 2F | 12 | 0 | 36 | 52 | 3C | 15 | 46 | 18 |
| Octal | 146 | 57 | 22 | 0 | 66 | 122 | 74 | 25 | 106 | 30 |
| Binary | 1100110 | 101111 | 10010 | 0 | 110110 | 1010010 | 111100 | 10101 | 1000110 | 11000 |
Color Harmonies of #662F12
Complementary color
Monochromatic Colors of #662F12
Black with #662F12
Text Example
Text Example
White with #662F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F12; }
p { color: rgb(102,47,18); }
H1.HeaderClassName
{
color: #662F12;
}
.AnyTagClassName
{
color: #662F12;
}
</style>
background-color css
<style>
a { background-color: #662F12; }
a { background-color: rgb(102,47,18); }
div.DivClassName
{
background-color: #662F12;
}
.BgClassName
{
background-color: #662F12;
}
</style>
border-color css
<style>
span { border-color: #662F12; }
span { border-color: rgb(102,47,18); }
td.TdClassName
{
border-color: #662F12;
}
.TagClassName
{
border-color: #662F12;
}
</style>