Shades of Baker's Chocolate #652104
Tints of Baker's Chocolate #652104
RGB
CMYK
RGB Variations
Color information
#652104 (or 0x652104) is known color: Baker's Chocolate. HEX triplet: 65, 21 and 04. RGB value is (101,33,4). Sum of RGB (Red+Green+Blue) = 101+33+4=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #652104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652104 is #9ADEFB. Grayscale: #323232. Windows color (decimal): -10149628 or 270693. OLE color: 270693.
HSL color Cylindrical-coordinate representation of color #652104: hue angle of 17.94º 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 #652104 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 4 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.60 |
| HSL | 17.94º | 0.92% | 0.21% | - |
| HSV(B) | 17.94º | 0.96% | 0.4% | - |
| XYZ | 5.93 | 3.86 | 0.55 | - |
| YUV | 50.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 4 | 0 | 0.67 | 0.96 | 0.60 | 17.94 | 0.92 | 0.21 |
| Hex | 65 | 21 | 4 | 0 | 43 | 60 | 3C | 12 | 5C | 15 |
| Octal | 145 | 41 | 4 | 0 | 103 | 140 | 74 | 22 | 134 | 25 |
| Binary | 1100101 | 100001 | 100 | 0 | 1000011 | 1100000 | 111100 | 10010 | 1011100 | 10101 |
Color Harmonies of #652104
Complementary color
Monochromatic Colors of #652104
Black with #652104
Text Example
Text Example
White with #652104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652104; }
p { color: rgb(101,33,4); }
H1.HeaderClassName
{
color: #652104;
}
.AnyTagClassName
{
color: #652104;
}
</style>
background-color css
<style>
a { background-color: #652104; }
a { background-color: rgb(101,33,4); }
div.DivClassName
{
background-color: #652104;
}
.BgClassName
{
background-color: #652104;
}
</style>
border-color css
<style>
span { border-color: #652104; }
span { border-color: rgb(101,33,4); }
td.TdClassName
{
border-color: #652104;
}
.TagClassName
{
border-color: #652104;
}
</style>