Shades of Baker's Chocolate #662A00
Tints of Baker's Chocolate #662A00
RGB
CMYK
RGB Variations
Color information
#662A00 (or 0x662A00) is known color: Baker's Chocolate. HEX triplet: 66, 2A and 00. RGB value is (102,42,0). Sum of RGB (Red+Green+Blue) = 102+42+0=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #662A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662A00 is #99D5FF. Grayscale: #373737. Windows color (decimal): -10081792 or 10854. OLE color: 10854.
HSL color Cylindrical-coordinate representation of color #662A00: hue angle of 24.71º 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 #662A00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.6 |
| HSL | 24.71º | 1% | 0.2% | - |
| HSV(B) | 24.71º | 1% | 0.4% | - |
| XYZ | 6.31 | 4.48 | 0.53 | - |
| YUV | 55.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 0 | 0 | 0.59 | 1 | 0.6 | 24.71 | 1 | 0.2 |
| Hex | 66 | 2A | 0 | 0 | 3B | 64 | 3C | 19 | 64 | 14 |
| Octal | 146 | 52 | 0 | 0 | 73 | 144 | 74 | 31 | 144 | 24 |
| Binary | 1100110 | 101010 | 0 | 0 | 111011 | 1100100 | 111100 | 11001 | 1100100 | 10100 |
Color Harmonies of #662A00
Complementary color
Monochromatic Colors of #662A00
Black with #662A00
Text Example
Text Example
White with #662A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A00; }
p { color: rgb(102,42,0); }
H1.HeaderClassName
{
color: #662A00;
}
.AnyTagClassName
{
color: #662A00;
}
</style>
background-color css
<style>
a { background-color: #662A00; }
a { background-color: rgb(102,42,0); }
div.DivClassName
{
background-color: #662A00;
}
.BgClassName
{
background-color: #662A00;
}
</style>
border-color css
<style>
span { border-color: #662A00; }
span { border-color: rgb(102,42,0); }
td.TdClassName
{
border-color: #662A00;
}
.TagClassName
{
border-color: #662A00;
}
</style>