Shades of Baker's Chocolate #653012
Tints of Baker's Chocolate #653012
RGB
CMYK
RGB Variations
Color information
#653012 (or 0x653012) is known color: Baker's Chocolate. HEX triplet: 65, 30 and 12. RGB value is (101,48,18). Sum of RGB (Red+Green+Blue) = 101+48+18=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #653012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653012 is #9ACFED. Grayscale: #3C3C3C. Windows color (decimal): -10145774 or 1192037. OLE color: 1192037.
HSL color Cylindrical-coordinate representation of color #653012: hue angle of 21.69º 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 #653012 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 18 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.60 |
| HSL | 21.69º | 0.7% | 0.23% | - |
| HSV(B) | 21.69º | 0.82% | 0.4% | - |
| XYZ | 6.53 | 4.92 | 1.18 | - |
| YUV | 60.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 18 | 0 | 0.52 | 0.82 | 0.60 | 21.69 | 0.7 | 0.23 |
| Hex | 65 | 30 | 12 | 0 | 34 | 52 | 3C | 16 | 46 | 17 |
| Octal | 145 | 60 | 22 | 0 | 64 | 122 | 74 | 26 | 106 | 27 |
| Binary | 1100101 | 110000 | 10010 | 0 | 110100 | 1010010 | 111100 | 10110 | 1000110 | 10111 |
Color Harmonies of #653012
Complementary color
Monochromatic Colors of #653012
Black with #653012
Text Example
Text Example
White with #653012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653012; }
p { color: rgb(101,48,18); }
H1.HeaderClassName
{
color: #653012;
}
.AnyTagClassName
{
color: #653012;
}
</style>
background-color css
<style>
a { background-color: #653012; }
a { background-color: rgb(101,48,18); }
div.DivClassName
{
background-color: #653012;
}
.BgClassName
{
background-color: #653012;
}
</style>
border-color css
<style>
span { border-color: #653012; }
span { border-color: rgb(101,48,18); }
td.TdClassName
{
border-color: #653012;
}
.TagClassName
{
border-color: #653012;
}
</style>