Shades of Baker's Chocolate #653205
Tints of Baker's Chocolate #653205
RGB
CMYK
RGB Variations
Color information
#653205 (or 0x653205) is known color: Baker's Chocolate. HEX triplet: 65, 32 and 05. RGB value is (101,50,5). Sum of RGB (Red+Green+Blue) = 101+50+5=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #653205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653205 is #9ACDFA. Grayscale: #3C3C3C. Windows color (decimal): -10145275 or 340581. OLE color: 340581.
HSL color Cylindrical-coordinate representation of color #653205: hue angle of 28.12º 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 #653205 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 5 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.60 |
| HSL | 28.13º | 0.91% | 0.21% | - |
| HSV(B) | 28.13º | 0.95% | 0.4% | - |
| XYZ | 6.53 | 5.06 | 0.78 | - |
| YUV | 60.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 5 | 0 | 0.50 | 0.95 | 0.60 | 28.13 | 0.91 | 0.21 |
| Hex | 65 | 32 | 5 | 0 | 32 | 5F | 3C | 1C | 5B | 15 |
| Octal | 145 | 62 | 5 | 0 | 62 | 137 | 74 | 34 | 133 | 25 |
| Binary | 1100101 | 110010 | 101 | 0 | 110010 | 1011111 | 111100 | 11100 | 1011011 | 10101 |
Color Harmonies of #653205
Complementary color
Monochromatic Colors of #653205
Black with #653205
Text Example
Text Example
White with #653205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653205; }
p { color: rgb(101,50,5); }
H1.HeaderClassName
{
color: #653205;
}
.AnyTagClassName
{
color: #653205;
}
</style>
background-color css
<style>
a { background-color: #653205; }
a { background-color: rgb(101,50,5); }
div.DivClassName
{
background-color: #653205;
}
.BgClassName
{
background-color: #653205;
}
</style>
border-color css
<style>
span { border-color: #653205; }
span { border-color: rgb(101,50,5); }
td.TdClassName
{
border-color: #653205;
}
.TagClassName
{
border-color: #653205;
}
</style>