Shades of Baker's Chocolate #662D01
Tints of Baker's Chocolate #662D01
RGB
CMYK
RGB Variations
Color information
#662D01 (or 0x662D01) is known color: Baker's Chocolate. HEX triplet: 66, 2D and 01. RGB value is (102,45,1). Sum of RGB (Red+Green+Blue) = 102+45+1=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #662D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D01 is #99D2FE. Grayscale: #393939. Windows color (decimal): -10081023 or 77158. OLE color: 77158.
HSL color Cylindrical-coordinate representation of color #662D01: hue angle of 26.14º 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 #662D01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.6 |
| HSL | 26.14º | 0.98% | 0.2% | - |
| HSV(B) | 26.14º | 0.99% | 0.4% | - |
| XYZ | 6.42 | 4.7 | 0.6 | - |
| YUV | 57.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 1 | 0 | 0.56 | 0.99 | 0.6 | 26.14 | 0.98 | 0.2 |
| Hex | 66 | 2D | 1 | 0 | 38 | 63 | 3C | 1A | 62 | 14 |
| Octal | 146 | 55 | 1 | 0 | 70 | 143 | 74 | 32 | 142 | 24 |
| Binary | 1100110 | 101101 | 1 | 0 | 111000 | 1100011 | 111100 | 11010 | 1100010 | 10100 |
Color Harmonies of #662D01
Complementary color
Monochromatic Colors of #662D01
Black with #662D01
Text Example
Text Example
White with #662D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D01; }
p { color: rgb(102,45,1); }
H1.HeaderClassName
{
color: #662D01;
}
.AnyTagClassName
{
color: #662D01;
}
</style>
background-color css
<style>
a { background-color: #662D01; }
a { background-color: rgb(102,45,1); }
div.DivClassName
{
background-color: #662D01;
}
.BgClassName
{
background-color: #662D01;
}
</style>
border-color css
<style>
span { border-color: #662D01; }
span { border-color: rgb(102,45,1); }
td.TdClassName
{
border-color: #662D01;
}
.TagClassName
{
border-color: #662D01;
}
</style>