Shades of Baker's Chocolate #653209
Tints of Baker's Chocolate #653209
RGB
CMYK
RGB Variations
Color information
#653209 (or 0x653209) is known color: Baker's Chocolate. HEX triplet: 65, 32 and 09. RGB value is (101,50,9). Sum of RGB (Red+Green+Blue) = 101+50+9=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #653209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653209 is #9ACDF6. Grayscale: #3C3C3C. Windows color (decimal): -10145271 or 602725. OLE color: 602725.
HSL color Cylindrical-coordinate representation of color #653209: hue angle of 26.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #653209 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 9 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.60 |
| HSL | 26.74º | 0.84% | 0.22% | - |
| HSV(B) | 26.74º | 0.91% | 0.4% | - |
| XYZ | 6.56 | 5.07 | 0.89 | - |
| YUV | 60.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 9 | 0 | 0.50 | 0.91 | 0.60 | 26.74 | 0.84 | 0.22 |
| Hex | 65 | 32 | 9 | 0 | 32 | 5B | 3C | 1B | 54 | 16 |
| Octal | 145 | 62 | 11 | 0 | 62 | 133 | 74 | 33 | 124 | 26 |
| Binary | 1100101 | 110010 | 1001 | 0 | 110010 | 1011011 | 111100 | 11011 | 1010100 | 10110 |
Color Harmonies of #653209
Complementary color
Monochromatic Colors of #653209
Black with #653209
Text Example
Text Example
White with #653209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653209; }
p { color: rgb(101,50,9); }
H1.HeaderClassName
{
color: #653209;
}
.AnyTagClassName
{
color: #653209;
}
</style>
background-color css
<style>
a { background-color: #653209; }
a { background-color: rgb(101,50,9); }
div.DivClassName
{
background-color: #653209;
}
.BgClassName
{
background-color: #653209;
}
</style>
border-color css
<style>
span { border-color: #653209; }
span { border-color: rgb(101,50,9); }
td.TdClassName
{
border-color: #653209;
}
.TagClassName
{
border-color: #653209;
}
</style>