Shades of Baker's Chocolate #652C06
Tints of Baker's Chocolate #652C06
RGB
CMYK
RGB Variations
Color information
#652C06 (or 0x652C06) is known color: Baker's Chocolate. HEX triplet: 65, 2C and 06. RGB value is (101,44,6). Sum of RGB (Red+Green+Blue) = 101+44+6=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #652C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C06 is #9AD3F9. Grayscale: #383838. Windows color (decimal): -10146810 or 404581. OLE color: 404581.
HSL color Cylindrical-coordinate representation of color #652C06: hue angle of 24º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #652C06 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 6 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.60 |
| HSL | 24º | 0.89% | 0.21% | - |
| HSV(B) | 24º | 0.94% | 0.4% | - |
| XYZ | 6.3 | 4.58 | 0.72 | - |
| YUV | 56.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 6 | 0 | 0.56 | 0.94 | 0.60 | 24 | 0.89 | 0.21 |
| Hex | 65 | 2C | 6 | 0 | 38 | 5E | 3C | 18 | 59 | 15 |
| Octal | 145 | 54 | 6 | 0 | 70 | 136 | 74 | 30 | 131 | 25 |
| Binary | 1100101 | 101100 | 110 | 0 | 111000 | 1011110 | 111100 | 11000 | 1011001 | 10101 |
Color Harmonies of #652C06
Complementary color
Monochromatic Colors of #652C06
Black with #652C06
Text Example
Text Example
White with #652C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C06; }
p { color: rgb(101,44,6); }
H1.HeaderClassName
{
color: #652C06;
}
.AnyTagClassName
{
color: #652C06;
}
</style>
background-color css
<style>
a { background-color: #652C06; }
a { background-color: rgb(101,44,6); }
div.DivClassName
{
background-color: #652C06;
}
.BgClassName
{
background-color: #652C06;
}
</style>
border-color css
<style>
span { border-color: #652C06; }
span { border-color: rgb(101,44,6); }
td.TdClassName
{
border-color: #652C06;
}
.TagClassName
{
border-color: #652C06;
}
</style>