Shades of Baker's Chocolate #662C00
Tints of Baker's Chocolate #662C00
RGB
CMYK
RGB Variations
Color information
#662C00 (or 0x662C00) is known color: Baker's Chocolate. HEX triplet: 66, 2C and 00. RGB value is (102,44,0). Sum of RGB (Red+Green+Blue) = 102+44+0=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #662C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662C00 is #99D3FF. Grayscale: #383838. Windows color (decimal): -10081280 or 11366. OLE color: 11366.
HSL color Cylindrical-coordinate representation of color #662C00: hue angle of 25.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #662C00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.6 |
| HSL | 25.88º | 1% | 0.2% | - |
| HSV(B) | 25.88º | 1% | 0.4% | - |
| XYZ | 6.38 | 4.63 | 0.56 | - |
| YUV | 56.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 0 | 0 | 0.57 | 1 | 0.6 | 25.88 | 1 | 0.2 |
| Hex | 66 | 2C | 0 | 0 | 39 | 64 | 3C | 1A | 64 | 14 |
| Octal | 146 | 54 | 0 | 0 | 71 | 144 | 74 | 32 | 144 | 24 |
| Binary | 1100110 | 101100 | 0 | 0 | 111001 | 1100100 | 111100 | 11010 | 1100100 | 10100 |
Color Harmonies of #662C00
Complementary color
Monochromatic Colors of #662C00
Black with #662C00
Text Example
Text Example
White with #662C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C00; }
p { color: rgb(102,44,0); }
H1.HeaderClassName
{
color: #662C00;
}
.AnyTagClassName
{
color: #662C00;
}
</style>
background-color css
<style>
a { background-color: #662C00; }
a { background-color: rgb(102,44,0); }
div.DivClassName
{
background-color: #662C00;
}
.BgClassName
{
background-color: #662C00;
}
</style>
border-color css
<style>
span { border-color: #662C00; }
span { border-color: rgb(102,44,0); }
td.TdClassName
{
border-color: #662C00;
}
.TagClassName
{
border-color: #662C00;
}
</style>