Shades of Baker's Chocolate #652C11
Tints of Baker's Chocolate #652C11
RGB
CMYK
RGB Variations
Color information
#652C11 (or 0x652C11) is known color: Baker's Chocolate. HEX triplet: 65, 2C and 11. RGB value is (101,44,17). Sum of RGB (Red+Green+Blue) = 101+44+17=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #652C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C11 is #9AD3EE. Grayscale: #3A3A3A. Windows color (decimal): -10146799 or 1125477. OLE color: 1125477.
HSL color Cylindrical-coordinate representation of color #652C11: hue angle of 19.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652C11 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 17 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.60 |
| HSL | 19.29º | 0.71% | 0.23% | - |
| HSV(B) | 19.29º | 0.83% | 0.4% | - |
| XYZ | 6.37 | 4.61 | 1.08 | - |
| YUV | 57.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 17 | 0 | 0.56 | 0.83 | 0.60 | 19.29 | 0.71 | 0.23 |
| Hex | 65 | 2C | 11 | 0 | 38 | 53 | 3C | 13 | 47 | 17 |
| Octal | 145 | 54 | 21 | 0 | 70 | 123 | 74 | 23 | 107 | 27 |
| Binary | 1100101 | 101100 | 10001 | 0 | 111000 | 1010011 | 111100 | 10011 | 1000111 | 10111 |
Color Harmonies of #652C11
Complementary color
Monochromatic Colors of #652C11
Black with #652C11
Text Example
Text Example
White with #652C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C11; }
p { color: rgb(101,44,17); }
H1.HeaderClassName
{
color: #652C11;
}
.AnyTagClassName
{
color: #652C11;
}
</style>
background-color css
<style>
a { background-color: #652C11; }
a { background-color: rgb(101,44,17); }
div.DivClassName
{
background-color: #652C11;
}
.BgClassName
{
background-color: #652C11;
}
</style>
border-color css
<style>
span { border-color: #652C11; }
span { border-color: rgb(101,44,17); }
td.TdClassName
{
border-color: #652C11;
}
.TagClassName
{
border-color: #652C11;
}
</style>