Shades of Baker's Chocolate #653912
Tints of Baker's Chocolate #653912
RGB
CMYK
RGB Variations
Color information
#653912 (or 0x653912) is known color: Baker's Chocolate. HEX triplet: 65, 39 and 12. RGB value is (101,57,18). Sum of RGB (Red+Green+Blue) = 101+57+18=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #653912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653912 is #9AC6ED. Grayscale: #414141. Windows color (decimal): -10143470 or 1194341. OLE color: 1194341.
HSL color Cylindrical-coordinate representation of color #653912: hue angle of 28.19º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #653912 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 18 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.60 |
| HSL | 28.19º | 0.7% | 0.23% | - |
| HSV(B) | 28.19º | 0.82% | 0.4% | - |
| XYZ | 6.94 | 5.74 | 1.31 | - |
| YUV | 65.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 18 | 0 | 0.44 | 0.82 | 0.60 | 28.19 | 0.7 | 0.23 |
| Hex | 65 | 39 | 12 | 0 | 2C | 52 | 3C | 1C | 46 | 17 |
| Octal | 145 | 71 | 22 | 0 | 54 | 122 | 74 | 34 | 106 | 27 |
| Binary | 1100101 | 111001 | 10010 | 0 | 101100 | 1010010 | 111100 | 11100 | 1000110 | 10111 |
Color Harmonies of #653912
Complementary color
Monochromatic Colors of #653912
Black with #653912
Text Example
Text Example
White with #653912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653912; }
p { color: rgb(101,57,18); }
H1.HeaderClassName
{
color: #653912;
}
.AnyTagClassName
{
color: #653912;
}
</style>
background-color css
<style>
a { background-color: #653912; }
a { background-color: rgb(101,57,18); }
div.DivClassName
{
background-color: #653912;
}
.BgClassName
{
background-color: #653912;
}
</style>
border-color css
<style>
span { border-color: #653912; }
span { border-color: rgb(101,57,18); }
td.TdClassName
{
border-color: #653912;
}
.TagClassName
{
border-color: #653912;
}
</style>