Shades of Baker's Chocolate #652704
Tints of Baker's Chocolate #652704
RGB
CMYK
RGB Variations
Color information
#652704 (or 0x652704) is known color: Baker's Chocolate. HEX triplet: 65, 27 and 04. RGB value is (101,39,4). Sum of RGB (Red+Green+Blue) = 101+39+4=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #652704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652704 is #9AD8FB. Grayscale: #353535. Windows color (decimal): -10148092 or 272229. OLE color: 272229.
HSL color Cylindrical-coordinate representation of color #652704: hue angle of 21.65º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #652704 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 4 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.60 |
| HSL | 21.65º | 0.92% | 0.21% | - |
| HSV(B) | 21.65º | 0.96% | 0.4% | - |
| XYZ | 6.11 | 4.23 | 0.61 | - |
| YUV | 53.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 4 | 0 | 0.61 | 0.96 | 0.60 | 21.65 | 0.92 | 0.21 |
| Hex | 65 | 27 | 4 | 0 | 3D | 60 | 3C | 16 | 5C | 15 |
| Octal | 145 | 47 | 4 | 0 | 75 | 140 | 74 | 26 | 134 | 25 |
| Binary | 1100101 | 100111 | 100 | 0 | 111101 | 1100000 | 111100 | 10110 | 1011100 | 10101 |
Color Harmonies of #652704
Complementary color
Monochromatic Colors of #652704
Black with #652704
Text Example
Text Example
White with #652704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652704; }
p { color: rgb(101,39,4); }
H1.HeaderClassName
{
color: #652704;
}
.AnyTagClassName
{
color: #652704;
}
</style>
background-color css
<style>
a { background-color: #652704; }
a { background-color: rgb(101,39,4); }
div.DivClassName
{
background-color: #652704;
}
.BgClassName
{
background-color: #652704;
}
</style>
border-color css
<style>
span { border-color: #652704; }
span { border-color: rgb(101,39,4); }
td.TdClassName
{
border-color: #652704;
}
.TagClassName
{
border-color: #652704;
}
</style>