Shades of Baker's Chocolate #661C01
Tints of Baker's Chocolate #661C01
RGB
CMYK
RGB Variations
Color information
#661C01 (or 0x661C01) is known color: Baker's Chocolate. HEX triplet: 66, 1C and 01. RGB value is (102,28,1). Sum of RGB (Red+Green+Blue) = 102+28+1=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #661C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C01 is #99E3FE. Grayscale: #2F2F2F. Windows color (decimal): -10085375 or 72806. OLE color: 72806.
HSL color Cylindrical-coordinate representation of color #661C01: hue angle of 16.04º 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 #661C01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.6 |
| HSL | 16.04º | 0.98% | 0.2% | - |
| HSV(B) | 16.04º | 0.99% | 0.4% | - |
| XYZ | 5.9 | 3.66 | 0.42 | - |
| YUV | 47.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 1 | 0 | 0.73 | 0.99 | 0.6 | 16.04 | 0.98 | 0.2 |
| Hex | 66 | 1C | 1 | 0 | 49 | 63 | 3C | 10 | 62 | 14 |
| Octal | 146 | 34 | 1 | 0 | 111 | 143 | 74 | 20 | 142 | 24 |
| Binary | 1100110 | 11100 | 1 | 0 | 1001001 | 1100011 | 111100 | 10000 | 1100010 | 10100 |
Color Harmonies of #661C01
Complementary color
Monochromatic Colors of #661C01
Black with #661C01
Text Example
Text Example
White with #661C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C01; }
p { color: rgb(102,28,1); }
H1.HeaderClassName
{
color: #661C01;
}
.AnyTagClassName
{
color: #661C01;
}
</style>
background-color css
<style>
a { background-color: #661C01; }
a { background-color: rgb(102,28,1); }
div.DivClassName
{
background-color: #661C01;
}
.BgClassName
{
background-color: #661C01;
}
</style>
border-color css
<style>
span { border-color: #661C01; }
span { border-color: rgb(102,28,1); }
td.TdClassName
{
border-color: #661C01;
}
.TagClassName
{
border-color: #661C01;
}
</style>