Shades of Baker's Chocolate #652E0A
Tints of Baker's Chocolate #652E0A
RGB
CMYK
RGB Variations
Color information
#652E0A (or 0x652E0A) is known color: Baker's Chocolate. HEX triplet: 65, 2E and 0A. RGB value is (101,46,10). Sum of RGB (Red+Green+Blue) = 101+46+10=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #652E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652E0A is #9AD1F5. Grayscale: #3A3A3A. Windows color (decimal): -10146294 or 667237. OLE color: 667237.
HSL color Cylindrical-coordinate representation of color #652E0A: hue angle of 23.74º 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 #652E0A is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 10 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.60 |
| HSL | 23.74º | 0.82% | 0.22% | - |
| HSV(B) | 23.74º | 0.9% | 0.4% | - |
| XYZ | 6.4 | 4.74 | 0.87 | - |
| YUV | 58.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 10 | 0 | 0.54 | 0.90 | 0.60 | 23.74 | 0.82 | 0.22 |
| Hex | 65 | 2E | A | 0 | 36 | 5A | 3C | 18 | 52 | 16 |
| Octal | 145 | 56 | 12 | 0 | 66 | 132 | 74 | 30 | 122 | 26 |
| Binary | 1100101 | 101110 | 1010 | 0 | 110110 | 1011010 | 111100 | 11000 | 1010010 | 10110 |
Color Harmonies of #652E0A
Complementary color
Monochromatic Colors of #652E0A
Black with #652E0A
Text Example
Text Example
White with #652E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E0A; }
p { color: rgb(101,46,10); }
H1.HeaderClassName
{
color: #652E0A;
}
.AnyTagClassName
{
color: #652E0A;
}
</style>
background-color css
<style>
a { background-color: #652E0A; }
a { background-color: rgb(101,46,10); }
div.DivClassName
{
background-color: #652E0A;
}
.BgClassName
{
background-color: #652E0A;
}
</style>
border-color css
<style>
span { border-color: #652E0A; }
span { border-color: rgb(101,46,10); }
td.TdClassName
{
border-color: #652E0A;
}
.TagClassName
{
border-color: #652E0A;
}
</style>