Shades of Baker's Chocolate #653204
Tints of Baker's Chocolate #653204
RGB
CMYK
RGB Variations
Color information
#653204 (or 0x653204) is known color: Baker's Chocolate. HEX triplet: 65, 32 and 04. RGB value is (101,50,4). Sum of RGB (Red+Green+Blue) = 101+50+4=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #653204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653204 is #9ACDFB. Grayscale: #3C3C3C. Windows color (decimal): -10145276 or 275045. OLE color: 275045.
HSL color Cylindrical-coordinate representation of color #653204: hue angle of 28.45º 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 #653204 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 4 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.60 |
| HSL | 28.45º | 0.92% | 0.21% | - |
| HSV(B) | 28.45º | 0.96% | 0.4% | - |
| XYZ | 6.53 | 5.06 | 0.75 | - |
| YUV | 60.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 4 | 0 | 0.50 | 0.96 | 0.60 | 28.45 | 0.92 | 0.21 |
| Hex | 65 | 32 | 4 | 0 | 32 | 60 | 3C | 1C | 5C | 15 |
| Octal | 145 | 62 | 4 | 0 | 62 | 140 | 74 | 34 | 134 | 25 |
| Binary | 1100101 | 110010 | 100 | 0 | 110010 | 1100000 | 111100 | 11100 | 1011100 | 10101 |
Color Harmonies of #653204
Complementary color
Monochromatic Colors of #653204
Black with #653204
Text Example
Text Example
White with #653204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653204; }
p { color: rgb(101,50,4); }
H1.HeaderClassName
{
color: #653204;
}
.AnyTagClassName
{
color: #653204;
}
</style>
background-color css
<style>
a { background-color: #653204; }
a { background-color: rgb(101,50,4); }
div.DivClassName
{
background-color: #653204;
}
.BgClassName
{
background-color: #653204;
}
</style>
border-color css
<style>
span { border-color: #653204; }
span { border-color: rgb(101,50,4); }
td.TdClassName
{
border-color: #653204;
}
.TagClassName
{
border-color: #653204;
}
</style>