Shades of Baker's Chocolate #662B01
Tints of Baker's Chocolate #662B01
RGB
CMYK
RGB Variations
Color information
#662B01 (or 0x662B01) is known color: Baker's Chocolate. HEX triplet: 66, 2B and 01. RGB value is (102,43,1). Sum of RGB (Red+Green+Blue) = 102+43+1=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #662B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662B01 is #99D4FE. Grayscale: #383838. Windows color (decimal): -10081535 or 76646. OLE color: 76646.
HSL color Cylindrical-coordinate representation of color #662B01: hue angle of 24.95º 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 #662B01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 43 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.6 |
| HSL | 24.95º | 0.98% | 0.2% | - |
| HSV(B) | 24.95º | 0.99% | 0.4% | - |
| XYZ | 6.35 | 4.55 | 0.57 | - |
| YUV | 55.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 1 | 0 | 0.58 | 0.99 | 0.6 | 24.95 | 0.98 | 0.2 |
| Hex | 66 | 2B | 1 | 0 | 3A | 63 | 3C | 19 | 62 | 14 |
| Octal | 146 | 53 | 1 | 0 | 72 | 143 | 74 | 31 | 142 | 24 |
| Binary | 1100110 | 101011 | 1 | 0 | 111010 | 1100011 | 111100 | 11001 | 1100010 | 10100 |
Color Harmonies of #662B01
Complementary color
Monochromatic Colors of #662B01
Black with #662B01
Text Example
Text Example
White with #662B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B01; }
p { color: rgb(102,43,1); }
H1.HeaderClassName
{
color: #662B01;
}
.AnyTagClassName
{
color: #662B01;
}
</style>
background-color css
<style>
a { background-color: #662B01; }
a { background-color: rgb(102,43,1); }
div.DivClassName
{
background-color: #662B01;
}
.BgClassName
{
background-color: #662B01;
}
</style>
border-color css
<style>
span { border-color: #662B01; }
span { border-color: rgb(102,43,1); }
td.TdClassName
{
border-color: #662B01;
}
.TagClassName
{
border-color: #662B01;
}
</style>