Shades of Baker's Chocolate #662E00
Tints of Baker's Chocolate #662E00
RGB
CMYK
RGB Variations
Color information
#662E00 (or 0x662E00) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 00. RGB value is (102,46,0). Sum of RGB (Red+Green+Blue) = 102+46+0=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #662E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E00 is #99D1FF. Grayscale: #393939. Windows color (decimal): -10080768 or 11878. OLE color: 11878.
HSL color Cylindrical-coordinate representation of color #662E00: hue angle of 27.06º 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 #662E00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.6 |
| HSL | 27.06º | 1% | 0.2% | - |
| HSV(B) | 27.06º | 1% | 0.4% | - |
| XYZ | 6.46 | 4.78 | 0.58 | - |
| YUV | 57.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 0 | 0 | 0.55 | 1 | 0.6 | 27.06 | 1 | 0.2 |
| Hex | 66 | 2E | 0 | 0 | 37 | 64 | 3C | 1B | 64 | 14 |
| Octal | 146 | 56 | 0 | 0 | 67 | 144 | 74 | 33 | 144 | 24 |
| Binary | 1100110 | 101110 | 0 | 0 | 110111 | 1100100 | 111100 | 11011 | 1100100 | 10100 |
Color Harmonies of #662E00
Complementary color
Monochromatic Colors of #662E00
Black with #662E00
Text Example
Text Example
White with #662E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E00; }
p { color: rgb(102,46,0); }
H1.HeaderClassName
{
color: #662E00;
}
.AnyTagClassName
{
color: #662E00;
}
</style>
background-color css
<style>
a { background-color: #662E00; }
a { background-color: rgb(102,46,0); }
div.DivClassName
{
background-color: #662E00;
}
.BgClassName
{
background-color: #662E00;
}
</style>
border-color css
<style>
span { border-color: #662E00; }
span { border-color: rgb(102,46,0); }
td.TdClassName
{
border-color: #662E00;
}
.TagClassName
{
border-color: #662E00;
}
</style>