Shades of Baker's Chocolate #653114
Tints of Baker's Chocolate #653114
RGB
CMYK
RGB Variations
Color information
#653114 (or 0x653114) is known color: Baker's Chocolate. HEX triplet: 65, 31 and 14. RGB value is (101,49,20). Sum of RGB (Red+Green+Blue) = 101+49+20=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #653114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653114 is #9ACEEB. Grayscale: #3D3D3D. Windows color (decimal): -10145516 or 1323365. OLE color: 1323365.
HSL color Cylindrical-coordinate representation of color #653114: hue angle of 21.48º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #653114 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 20 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.60 |
| HSL | 21.48º | 0.67% | 0.24% | - |
| HSV(B) | 21.48º | 0.8% | 0.4% | - |
| XYZ | 6.59 | 5.01 | 1.28 | - |
| YUV | 61.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 20 | 0 | 0.51 | 0.80 | 0.60 | 21.48 | 0.67 | 0.24 |
| Hex | 65 | 31 | 14 | 0 | 33 | 50 | 3C | 15 | 43 | 18 |
| Octal | 145 | 61 | 24 | 0 | 63 | 120 | 74 | 25 | 103 | 30 |
| Binary | 1100101 | 110001 | 10100 | 0 | 110011 | 1010000 | 111100 | 10101 | 1000011 | 11000 |
Color Harmonies of #653114
Complementary color
Monochromatic Colors of #653114
Black with #653114
Text Example
Text Example
White with #653114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653114; }
p { color: rgb(101,49,20); }
H1.HeaderClassName
{
color: #653114;
}
.AnyTagClassName
{
color: #653114;
}
</style>
background-color css
<style>
a { background-color: #653114; }
a { background-color: rgb(101,49,20); }
div.DivClassName
{
background-color: #653114;
}
.BgClassName
{
background-color: #653114;
}
</style>
border-color css
<style>
span { border-color: #653114; }
span { border-color: rgb(101,49,20); }
td.TdClassName
{
border-color: #653114;
}
.TagClassName
{
border-color: #653114;
}
</style>