Shades of Baker's Chocolate #652D0A
Tints of Baker's Chocolate #652D0A
RGB
CMYK
RGB Variations
Color information
#652D0A (or 0x652D0A) is known color: Baker's Chocolate. HEX triplet: 65, 2D and 0A. RGB value is (101,45,10). Sum of RGB (Red+Green+Blue) = 101+45+10=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #652D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652D0A is #9AD2F5. Grayscale: #393939. Windows color (decimal): -10146550 or 666981. OLE color: 666981.
HSL color Cylindrical-coordinate representation of color #652D0A: hue angle of 23.08º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #652D0A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 10 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.60 |
| HSL | 23.08º | 0.82% | 0.22% | - |
| HSV(B) | 23.08º | 0.9% | 0.4% | - |
| XYZ | 6.36 | 4.67 | 0.85 | - |
| YUV | 57.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 10 | 0 | 0.55 | 0.90 | 0.60 | 23.08 | 0.82 | 0.22 |
| Hex | 65 | 2D | A | 0 | 37 | 5A | 3C | 17 | 52 | 16 |
| Octal | 145 | 55 | 12 | 0 | 67 | 132 | 74 | 27 | 122 | 26 |
| Binary | 1100101 | 101101 | 1010 | 0 | 110111 | 1011010 | 111100 | 10111 | 1010010 | 10110 |
Color Harmonies of #652D0A
Complementary color
Monochromatic Colors of #652D0A
Black with #652D0A
Text Example
Text Example
White with #652D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D0A; }
p { color: rgb(101,45,10); }
H1.HeaderClassName
{
color: #652D0A;
}
.AnyTagClassName
{
color: #652D0A;
}
</style>
background-color css
<style>
a { background-color: #652D0A; }
a { background-color: rgb(101,45,10); }
div.DivClassName
{
background-color: #652D0A;
}
.BgClassName
{
background-color: #652D0A;
}
</style>
border-color css
<style>
span { border-color: #652D0A; }
span { border-color: rgb(101,45,10); }
td.TdClassName
{
border-color: #652D0A;
}
.TagClassName
{
border-color: #652D0A;
}
</style>