Shades of Baker's Chocolate #652805
Tints of Baker's Chocolate #652805
RGB
CMYK
RGB Variations
Color information
#652805 (or 0x652805) is known color: Baker's Chocolate. HEX triplet: 65, 28 and 05. RGB value is (101,40,5). Sum of RGB (Red+Green+Blue) = 101+40+5=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #652805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652805 is #9AD7FA. Grayscale: #363636. Windows color (decimal): -10147835 or 338021. OLE color: 338021.
HSL color Cylindrical-coordinate representation of color #652805: hue angle of 21.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #652805 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 5 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.60 |
| HSL | 21.88º | 0.91% | 0.21% | - |
| HSV(B) | 21.88º | 0.95% | 0.4% | - |
| XYZ | 6.15 | 4.3 | 0.65 | - |
| YUV | 54.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 5 | 0 | 0.60 | 0.95 | 0.60 | 21.88 | 0.91 | 0.21 |
| Hex | 65 | 28 | 5 | 0 | 3C | 5F | 3C | 16 | 5B | 15 |
| Octal | 145 | 50 | 5 | 0 | 74 | 137 | 74 | 26 | 133 | 25 |
| Binary | 1100101 | 101000 | 101 | 0 | 111100 | 1011111 | 111100 | 10110 | 1011011 | 10101 |
Color Harmonies of #652805
Complementary color
Monochromatic Colors of #652805
Black with #652805
Text Example
Text Example
White with #652805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652805; }
p { color: rgb(101,40,5); }
H1.HeaderClassName
{
color: #652805;
}
.AnyTagClassName
{
color: #652805;
}
</style>
background-color css
<style>
a { background-color: #652805; }
a { background-color: rgb(101,40,5); }
div.DivClassName
{
background-color: #652805;
}
.BgClassName
{
background-color: #652805;
}
</style>
border-color css
<style>
span { border-color: #652805; }
span { border-color: rgb(101,40,5); }
td.TdClassName
{
border-color: #652805;
}
.TagClassName
{
border-color: #652805;
}
</style>