Shades of Baker's Chocolate #653C10
Tints of Baker's Chocolate #653C10
RGB
CMYK
RGB Variations
Color information
#653C10 (or 0x653C10) is known color: Baker's Chocolate. HEX triplet: 65, 3C and 10. RGB value is (101,60,16). Sum of RGB (Red+Green+Blue) = 101+60+16=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #653C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C10 is #9AC3EF. Grayscale: #434343. Windows color (decimal): -10142704 or 1064037. OLE color: 1064037.
HSL color Cylindrical-coordinate representation of color #653C10: hue angle of 31.06º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #653C10 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 16 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.60 |
| HSL | 31.06º | 0.73% | 0.23% | - |
| HSV(B) | 31.06º | 0.84% | 0.4% | - |
| XYZ | 7.08 | 6.04 | 1.28 | - |
| YUV | 67.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 16 | 0 | 0.41 | 0.84 | 0.60 | 31.06 | 0.73 | 0.23 |
| Hex | 65 | 3C | 10 | 0 | 29 | 54 | 3C | 1F | 49 | 17 |
| Octal | 145 | 74 | 20 | 0 | 51 | 124 | 74 | 37 | 111 | 27 |
| Binary | 1100101 | 111100 | 10000 | 0 | 101001 | 1010100 | 111100 | 11111 | 1001001 | 10111 |
Color Harmonies of #653C10
Complementary color
Monochromatic Colors of #653C10
Black with #653C10
Text Example
Text Example
White with #653C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C10; }
p { color: rgb(101,60,16); }
H1.HeaderClassName
{
color: #653C10;
}
.AnyTagClassName
{
color: #653C10;
}
</style>
background-color css
<style>
a { background-color: #653C10; }
a { background-color: rgb(101,60,16); }
div.DivClassName
{
background-color: #653C10;
}
.BgClassName
{
background-color: #653C10;
}
</style>
border-color css
<style>
span { border-color: #653C10; }
span { border-color: rgb(101,60,16); }
td.TdClassName
{
border-color: #653C10;
}
.TagClassName
{
border-color: #653C10;
}
</style>