Shades of Baker's Chocolate #653A0C
Tints of Baker's Chocolate #653A0C
RGB
CMYK
RGB Variations
Color information
#653A0C (or 0x653A0C) is known color: Baker's Chocolate. HEX triplet: 65, 3A and 0C. RGB value is (101,58,12). Sum of RGB (Red+Green+Blue) = 101+58+12=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #653A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653A0C is #9AC5F3. Grayscale: #414141. Windows color (decimal): -10143220 or 801381. OLE color: 801381.
HSL color Cylindrical-coordinate representation of color #653A0C: hue angle of 31.01º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #653A0C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 12 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.60 |
| HSL | 31.01º | 0.79% | 0.22% | - |
| HSV(B) | 31.01º | 0.88% | 0.4% | - |
| XYZ | 6.95 | 5.82 | 1.1 | - |
| YUV | 65.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 12 | 0 | 0.43 | 0.88 | 0.60 | 31.01 | 0.79 | 0.22 |
| Hex | 65 | 3A | C | 0 | 2B | 58 | 3C | 1F | 4F | 16 |
| Octal | 145 | 72 | 14 | 0 | 53 | 130 | 74 | 37 | 117 | 26 |
| Binary | 1100101 | 111010 | 1100 | 0 | 101011 | 1011000 | 111100 | 11111 | 1001111 | 10110 |
Color Harmonies of #653A0C
Complementary color
Monochromatic Colors of #653A0C
Black with #653A0C
Text Example
Text Example
White with #653A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A0C; }
p { color: rgb(101,58,12); }
H1.HeaderClassName
{
color: #653A0C;
}
.AnyTagClassName
{
color: #653A0C;
}
</style>
background-color css
<style>
a { background-color: #653A0C; }
a { background-color: rgb(101,58,12); }
div.DivClassName
{
background-color: #653A0C;
}
.BgClassName
{
background-color: #653A0C;
}
</style>
border-color css
<style>
span { border-color: #653A0C; }
span { border-color: rgb(101,58,12); }
td.TdClassName
{
border-color: #653A0C;
}
.TagClassName
{
border-color: #653A0C;
}
</style>