Shades of Baker's Chocolate #653913
Tints of Baker's Chocolate #653913
RGB
CMYK
RGB Variations
Color information
#653913 (or 0x653913) is known color: Baker's Chocolate. HEX triplet: 65, 39 and 13. RGB value is (101,57,19). Sum of RGB (Red+Green+Blue) = 101+57+19=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #653913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653913 is #9AC6EC. Grayscale: #424242. Windows color (decimal): -10143469 or 1259877. OLE color: 1259877.
HSL color Cylindrical-coordinate representation of color #653913: hue angle of 27.8º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #653913 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 19 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.60 |
| HSL | 27.8º | 0.68% | 0.24% | - |
| HSV(B) | 27.8º | 0.81% | 0.4% | - |
| XYZ | 6.95 | 5.74 | 1.36 | - |
| YUV | 65.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 19 | 0 | 0.44 | 0.81 | 0.60 | 27.8 | 0.68 | 0.24 |
| Hex | 65 | 39 | 13 | 0 | 2C | 51 | 3C | 1C | 44 | 18 |
| Octal | 145 | 71 | 23 | 0 | 54 | 121 | 74 | 34 | 104 | 30 |
| Binary | 1100101 | 111001 | 10011 | 0 | 101100 | 1010001 | 111100 | 11100 | 1000100 | 11000 |
Color Harmonies of #653913
Complementary color
Monochromatic Colors of #653913
Black with #653913
Text Example
Text Example
White with #653913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653913; }
p { color: rgb(101,57,19); }
H1.HeaderClassName
{
color: #653913;
}
.AnyTagClassName
{
color: #653913;
}
</style>
background-color css
<style>
a { background-color: #653913; }
a { background-color: rgb(101,57,19); }
div.DivClassName
{
background-color: #653913;
}
.BgClassName
{
background-color: #653913;
}
</style>
border-color css
<style>
span { border-color: #653913; }
span { border-color: rgb(101,57,19); }
td.TdClassName
{
border-color: #653913;
}
.TagClassName
{
border-color: #653913;
}
</style>