Shades of Baker's Chocolate #653C11
Tints of Baker's Chocolate #653C11
RGB
CMYK
RGB Variations
Color information
#653C11 (or 0x653C11) is known color: Baker's Chocolate. HEX triplet: 65, 3C and 11. RGB value is (101,60,17). Sum of RGB (Red+Green+Blue) = 101+60+17=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #653C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C11 is #9AC3EE. Grayscale: #434343. Windows color (decimal): -10142703 or 1129573. OLE color: 1129573.
HSL color Cylindrical-coordinate representation of color #653C11: hue angle of 30.71º 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 #653C11 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 17 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.60 |
| HSL | 30.71º | 0.71% | 0.23% | - |
| HSV(B) | 30.71º | 0.83% | 0.4% | - |
| XYZ | 7.08 | 6.04 | 1.32 | - |
| YUV | 67.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 17 | 0 | 0.41 | 0.83 | 0.60 | 30.71 | 0.71 | 0.23 |
| Hex | 65 | 3C | 11 | 0 | 29 | 53 | 3C | 1F | 47 | 17 |
| Octal | 145 | 74 | 21 | 0 | 51 | 123 | 74 | 37 | 107 | 27 |
| Binary | 1100101 | 111100 | 10001 | 0 | 101001 | 1010011 | 111100 | 11111 | 1000111 | 10111 |
Color Harmonies of #653C11
Complementary color
Monochromatic Colors of #653C11
Black with #653C11
Text Example
Text Example
White with #653C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C11; }
p { color: rgb(101,60,17); }
H1.HeaderClassName
{
color: #653C11;
}
.AnyTagClassName
{
color: #653C11;
}
</style>
background-color css
<style>
a { background-color: #653C11; }
a { background-color: rgb(101,60,17); }
div.DivClassName
{
background-color: #653C11;
}
.BgClassName
{
background-color: #653C11;
}
</style>
border-color css
<style>
span { border-color: #653C11; }
span { border-color: rgb(101,60,17); }
td.TdClassName
{
border-color: #653C11;
}
.TagClassName
{
border-color: #653C11;
}
</style>