Shades of Baker's Chocolate #652D0E
Tints of Baker's Chocolate #652D0E
RGB
CMYK
RGB Variations
Color information
#652D0E (or 0x652D0E) is known color: Baker's Chocolate. HEX triplet: 65, 2D and 0E. RGB value is (101,45,14). Sum of RGB (Red+Green+Blue) = 101+45+14=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #652D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652D0E is #9AD2F1. Grayscale: #3A3A3A. Windows color (decimal): -10146546 or 929125. OLE color: 929125.
HSL color Cylindrical-coordinate representation of color #652D0E: hue angle of 21.38º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #652D0E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 14 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.60 |
| HSL | 21.38º | 0.76% | 0.23% | - |
| HSV(B) | 21.38º | 0.86% | 0.4% | - |
| XYZ | 6.38 | 4.68 | 0.98 | - |
| YUV | 58.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 14 | 0 | 0.55 | 0.86 | 0.60 | 21.38 | 0.76 | 0.23 |
| Hex | 65 | 2D | E | 0 | 37 | 56 | 3C | 15 | 4C | 17 |
| Octal | 145 | 55 | 16 | 0 | 67 | 126 | 74 | 25 | 114 | 27 |
| Binary | 1100101 | 101101 | 1110 | 0 | 110111 | 1010110 | 111100 | 10101 | 1001100 | 10111 |
Color Harmonies of #652D0E
Complementary color
Monochromatic Colors of #652D0E
Black with #652D0E
Text Example
Text Example
White with #652D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D0E; }
p { color: rgb(101,45,14); }
H1.HeaderClassName
{
color: #652D0E;
}
.AnyTagClassName
{
color: #652D0E;
}
</style>
background-color css
<style>
a { background-color: #652D0E; }
a { background-color: rgb(101,45,14); }
div.DivClassName
{
background-color: #652D0E;
}
.BgClassName
{
background-color: #652D0E;
}
</style>
border-color css
<style>
span { border-color: #652D0E; }
span { border-color: rgb(101,45,14); }
td.TdClassName
{
border-color: #652D0E;
}
.TagClassName
{
border-color: #652D0E;
}
</style>