Shades of Baker's Chocolate #662701
Tints of Baker's Chocolate #662701
RGB
CMYK
RGB Variations
Color information
#662701 (or 0x662701) is known color: Baker's Chocolate. HEX triplet: 66, 27 and 01. RGB value is (102,39,1). Sum of RGB (Red+Green+Blue) = 102+39+1=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #662701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662701 is #99D8FE. Grayscale: #353535. Windows color (decimal): -10082559 or 75622. OLE color: 75622.
HSL color Cylindrical-coordinate representation of color #662701: hue angle of 22.57º 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 #662701 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.6 |
| HSL | 22.57º | 0.98% | 0.2% | - |
| HSV(B) | 22.57º | 0.99% | 0.4% | - |
| XYZ | 6.21 | 4.28 | 0.53 | - |
| YUV | 53.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 1 | 0 | 0.62 | 0.99 | 0.6 | 22.57 | 0.98 | 0.2 |
| Hex | 66 | 27 | 1 | 0 | 3E | 63 | 3C | 17 | 62 | 14 |
| Octal | 146 | 47 | 1 | 0 | 76 | 143 | 74 | 27 | 142 | 24 |
| Binary | 1100110 | 100111 | 1 | 0 | 111110 | 1100011 | 111100 | 10111 | 1100010 | 10100 |
Color Harmonies of #662701
Complementary color
Monochromatic Colors of #662701
Black with #662701
Text Example
Text Example
White with #662701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662701; }
p { color: rgb(102,39,1); }
H1.HeaderClassName
{
color: #662701;
}
.AnyTagClassName
{
color: #662701;
}
</style>
background-color css
<style>
a { background-color: #662701; }
a { background-color: rgb(102,39,1); }
div.DivClassName
{
background-color: #662701;
}
.BgClassName
{
background-color: #662701;
}
</style>
border-color css
<style>
span { border-color: #662701; }
span { border-color: rgb(102,39,1); }
td.TdClassName
{
border-color: #662701;
}
.TagClassName
{
border-color: #662701;
}
</style>