Shades of Baker's Chocolate #653505
Tints of Baker's Chocolate #653505
RGB
CMYK
RGB Variations
Color information
#653505 (or 0x653505) is known color: Baker's Chocolate. HEX triplet: 65, 35 and 05. RGB value is (101,53,5). Sum of RGB (Red+Green+Blue) = 101+53+5=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #653505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653505 is #9ACAFA. Grayscale: #3E3E3E. Windows color (decimal): -10144507 or 341349. OLE color: 341349.
HSL color Cylindrical-coordinate representation of color #653505: hue angle of 30º 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 #653505 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 53 | 5 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.60 |
| HSL | 30º | 0.91% | 0.21% | - |
| HSV(B) | 30º | 0.95% | 0.4% | - |
| XYZ | 6.67 | 5.32 | 0.82 | - |
| YUV | 61.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 5 | 0 | 0.48 | 0.95 | 0.60 | 30 | 0.91 | 0.21 |
| Hex | 65 | 35 | 5 | 0 | 30 | 5F | 3C | 1E | 5B | 15 |
| Octal | 145 | 65 | 5 | 0 | 60 | 137 | 74 | 36 | 133 | 25 |
| Binary | 1100101 | 110101 | 101 | 0 | 110000 | 1011111 | 111100 | 11110 | 1011011 | 10101 |
Color Harmonies of #653505
Complementary color
Monochromatic Colors of #653505
Black with #653505
Text Example
Text Example
White with #653505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653505; }
p { color: rgb(101,53,5); }
H1.HeaderClassName
{
color: #653505;
}
.AnyTagClassName
{
color: #653505;
}
</style>
background-color css
<style>
a { background-color: #653505; }
a { background-color: rgb(101,53,5); }
div.DivClassName
{
background-color: #653505;
}
.BgClassName
{
background-color: #653505;
}
</style>
border-color css
<style>
span { border-color: #653505; }
span { border-color: rgb(101,53,5); }
td.TdClassName
{
border-color: #653505;
}
.TagClassName
{
border-color: #653505;
}
</style>