Shades of Baker's Chocolate #652705
Tints of Baker's Chocolate #652705
RGB
CMYK
RGB Variations
Color information
#652705 (or 0x652705) is known color: Baker's Chocolate. HEX triplet: 65, 27 and 05. RGB value is (101,39,5). Sum of RGB (Red+Green+Blue) = 101+39+5=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #652705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652705 is #9AD8FA. Grayscale: #353535. Windows color (decimal): -10148091 or 337765. OLE color: 337765.
HSL color Cylindrical-coordinate representation of color #652705: hue angle of 21.25º 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 #652705 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 5 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.60 |
| HSL | 21.25º | 0.91% | 0.21% | - |
| HSV(B) | 21.25º | 0.95% | 0.4% | - |
| XYZ | 6.12 | 4.23 | 0.64 | - |
| YUV | 53.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 5 | 0 | 0.61 | 0.95 | 0.60 | 21.25 | 0.91 | 0.21 |
| Hex | 65 | 27 | 5 | 0 | 3D | 5F | 3C | 15 | 5B | 15 |
| Octal | 145 | 47 | 5 | 0 | 75 | 137 | 74 | 25 | 133 | 25 |
| Binary | 1100101 | 100111 | 101 | 0 | 111101 | 1011111 | 111100 | 10101 | 1011011 | 10101 |
Color Harmonies of #652705
Complementary color
Monochromatic Colors of #652705
Black with #652705
Text Example
Text Example
White with #652705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652705; }
p { color: rgb(101,39,5); }
H1.HeaderClassName
{
color: #652705;
}
.AnyTagClassName
{
color: #652705;
}
</style>
background-color css
<style>
a { background-color: #652705; }
a { background-color: rgb(101,39,5); }
div.DivClassName
{
background-color: #652705;
}
.BgClassName
{
background-color: #652705;
}
</style>
border-color css
<style>
span { border-color: #652705; }
span { border-color: rgb(101,39,5); }
td.TdClassName
{
border-color: #652705;
}
.TagClassName
{
border-color: #652705;
}
</style>