Shades of Baker's Chocolate #662801
Tints of Baker's Chocolate #662801
RGB
CMYK
RGB Variations
Color information
#662801 (or 0x662801) is known color: Baker's Chocolate. HEX triplet: 66, 28 and 01. RGB value is (102,40,1). Sum of RGB (Red+Green+Blue) = 102+40+1=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #662801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662801 is #99D7FE. Grayscale: #363636. Windows color (decimal): -10082303 or 75878. OLE color: 75878.
HSL color Cylindrical-coordinate representation of color #662801: hue angle of 23.17º 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 #662801 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.6 |
| HSL | 23.17º | 0.98% | 0.2% | - |
| HSV(B) | 23.17º | 0.99% | 0.4% | - |
| XYZ | 6.24 | 4.34 | 0.54 | - |
| YUV | 54.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 1 | 0 | 0.61 | 0.99 | 0.6 | 23.17 | 0.98 | 0.2 |
| Hex | 66 | 28 | 1 | 0 | 3D | 63 | 3C | 17 | 62 | 14 |
| Octal | 146 | 50 | 1 | 0 | 75 | 143 | 74 | 27 | 142 | 24 |
| Binary | 1100110 | 101000 | 1 | 0 | 111101 | 1100011 | 111100 | 10111 | 1100010 | 10100 |
Color Harmonies of #662801
Complementary color
Monochromatic Colors of #662801
Black with #662801
Text Example
Text Example
White with #662801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662801; }
p { color: rgb(102,40,1); }
H1.HeaderClassName
{
color: #662801;
}
.AnyTagClassName
{
color: #662801;
}
</style>
background-color css
<style>
a { background-color: #662801; }
a { background-color: rgb(102,40,1); }
div.DivClassName
{
background-color: #662801;
}
.BgClassName
{
background-color: #662801;
}
</style>
border-color css
<style>
span { border-color: #662801; }
span { border-color: rgb(102,40,1); }
td.TdClassName
{
border-color: #662801;
}
.TagClassName
{
border-color: #662801;
}
</style>