Shades of Baker's Chocolate #662401
Tints of Baker's Chocolate #662401
RGB
CMYK
RGB Variations
Color information
#662401 (or 0x662401) is known color: Baker's Chocolate. HEX triplet: 66, 24 and 01. RGB value is (102,36,1). Sum of RGB (Red+Green+Blue) = 102+36+1=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #662401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662401 is #99DBFE. Grayscale: #333333. Windows color (decimal): -10083327 or 74854. OLE color: 74854.
HSL color Cylindrical-coordinate representation of color #662401: hue angle of 20.79º 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 #662401 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.6 |
| HSL | 20.79º | 0.98% | 0.2% | - |
| HSV(B) | 20.79º | 0.99% | 0.4% | - |
| XYZ | 6.12 | 4.09 | 0.5 | - |
| YUV | 51.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 1 | 0 | 0.65 | 0.99 | 0.6 | 20.79 | 0.98 | 0.2 |
| Hex | 66 | 24 | 1 | 0 | 41 | 63 | 3C | 15 | 62 | 14 |
| Octal | 146 | 44 | 1 | 0 | 101 | 143 | 74 | 25 | 142 | 24 |
| Binary | 1100110 | 100100 | 1 | 0 | 1000001 | 1100011 | 111100 | 10101 | 1100010 | 10100 |
Color Harmonies of #662401
Complementary color
Monochromatic Colors of #662401
Black with #662401
Text Example
Text Example
White with #662401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662401; }
p { color: rgb(102,36,1); }
H1.HeaderClassName
{
color: #662401;
}
.AnyTagClassName
{
color: #662401;
}
</style>
background-color css
<style>
a { background-color: #662401; }
a { background-color: rgb(102,36,1); }
div.DivClassName
{
background-color: #662401;
}
.BgClassName
{
background-color: #662401;
}
</style>
border-color css
<style>
span { border-color: #662401; }
span { border-color: rgb(102,36,1); }
td.TdClassName
{
border-color: #662401;
}
.TagClassName
{
border-color: #662401;
}
</style>