Shades of Baker's Chocolate #662E01
Tints of Baker's Chocolate #662E01
RGB
CMYK
RGB Variations
Color information
#662E01 (or 0x662E01) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 01. RGB value is (102,46,1). Sum of RGB (Red+Green+Blue) = 102+46+1=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #662E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E01 is #99D1FE. Grayscale: #393939. Windows color (decimal): -10080767 or 77414. OLE color: 77414.
HSL color Cylindrical-coordinate representation of color #662E01: hue angle of 26.73º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #662E01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.6 |
| HSL | 26.73º | 0.98% | 0.2% | - |
| HSV(B) | 26.73º | 0.99% | 0.4% | - |
| XYZ | 6.46 | 4.78 | 0.61 | - |
| YUV | 57.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 1 | 0 | 0.55 | 0.99 | 0.6 | 26.73 | 0.98 | 0.2 |
| Hex | 66 | 2E | 1 | 0 | 37 | 63 | 3C | 1B | 62 | 14 |
| Octal | 146 | 56 | 1 | 0 | 67 | 143 | 74 | 33 | 142 | 24 |
| Binary | 1100110 | 101110 | 1 | 0 | 110111 | 1100011 | 111100 | 11011 | 1100010 | 10100 |
Color Harmonies of #662E01
Complementary color
Monochromatic Colors of #662E01
Black with #662E01
Text Example
Text Example
White with #662E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E01; }
p { color: rgb(102,46,1); }
H1.HeaderClassName
{
color: #662E01;
}
.AnyTagClassName
{
color: #662E01;
}
</style>
background-color css
<style>
a { background-color: #662E01; }
a { background-color: rgb(102,46,1); }
div.DivClassName
{
background-color: #662E01;
}
.BgClassName
{
background-color: #662E01;
}
</style>
border-color css
<style>
span { border-color: #662E01; }
span { border-color: rgb(102,46,1); }
td.TdClassName
{
border-color: #662E01;
}
.TagClassName
{
border-color: #662E01;
}
</style>