Shades of Baker's Chocolate #662C0D
Tints of Baker's Chocolate #662C0D
RGB
CMYK
RGB Variations
Color information
#662C0D (or 0x662C0D) is known color: Baker's Chocolate. HEX triplet: 66, 2C and 0D. RGB value is (102,44,13). Sum of RGB (Red+Green+Blue) = 102+44+13=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662C0D is #99D3F2. Grayscale: #393939. Windows color (decimal): -10081267 or 863334. OLE color: 863334.
HSL color Cylindrical-coordinate representation of color #662C0D: hue angle of 20.9º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #662C0D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 13 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.6 |
| HSL | 20.9º | 0.77% | 0.23% | - |
| HSV(B) | 20.9º | 0.87% | 0.4% | - |
| XYZ | 6.45 | 4.66 | 0.94 | - |
| YUV | 57.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 13 | 0 | 0.57 | 0.87 | 0.6 | 20.9 | 0.77 | 0.23 |
| Hex | 66 | 2C | D | 0 | 39 | 57 | 3C | 15 | 4D | 17 |
| Octal | 146 | 54 | 15 | 0 | 71 | 127 | 74 | 25 | 115 | 27 |
| Binary | 1100110 | 101100 | 1101 | 0 | 111001 | 1010111 | 111100 | 10101 | 1001101 | 10111 |
Color Harmonies of #662C0D
Complementary color
Monochromatic Colors of #662C0D
Black with #662C0D
Text Example
Text Example
White with #662C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C0D; }
p { color: rgb(102,44,13); }
H1.HeaderClassName
{
color: #662C0D;
}
.AnyTagClassName
{
color: #662C0D;
}
</style>
background-color css
<style>
a { background-color: #662C0D; }
a { background-color: rgb(102,44,13); }
div.DivClassName
{
background-color: #662C0D;
}
.BgClassName
{
background-color: #662C0D;
}
</style>
border-color css
<style>
span { border-color: #662C0D; }
span { border-color: rgb(102,44,13); }
td.TdClassName
{
border-color: #662C0D;
}
.TagClassName
{
border-color: #662C0D;
}
</style>