Shades of Baker's Chocolate #653805
Tints of Baker's Chocolate #653805
RGB
CMYK
RGB Variations
Color information
#653805 (or 0x653805) is known color: Baker's Chocolate. HEX triplet: 65, 38 and 05. RGB value is (101,56,5). Sum of RGB (Red+Green+Blue) = 101+56+5=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #653805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653805 is #9AC7FA. Grayscale: #3F3F3F. Windows color (decimal): -10143739 or 342117. OLE color: 342117.
HSL color Cylindrical-coordinate representation of color #653805: hue angle of 31.88º 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 #653805 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 56 | 5 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.60 |
| HSL | 31.88º | 0.91% | 0.21% | - |
| HSV(B) | 31.88º | 0.95% | 0.4% | - |
| XYZ | 6.81 | 5.61 | 0.87 | - |
| YUV | 63.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 5 | 0 | 0.45 | 0.95 | 0.60 | 31.88 | 0.91 | 0.21 |
| Hex | 65 | 38 | 5 | 0 | 2D | 5F | 3C | 20 | 5B | 15 |
| Octal | 145 | 70 | 5 | 0 | 55 | 137 | 74 | 40 | 133 | 25 |
| Binary | 1100101 | 111000 | 101 | 0 | 101101 | 1011111 | 111100 | 100000 | 1011011 | 10101 |
Color Harmonies of #653805
Complementary color
Monochromatic Colors of #653805
Black with #653805
Text Example
Text Example
White with #653805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653805; }
p { color: rgb(101,56,5); }
H1.HeaderClassName
{
color: #653805;
}
.AnyTagClassName
{
color: #653805;
}
</style>
background-color css
<style>
a { background-color: #653805; }
a { background-color: rgb(101,56,5); }
div.DivClassName
{
background-color: #653805;
}
.BgClassName
{
background-color: #653805;
}
</style>
border-color css
<style>
span { border-color: #653805; }
span { border-color: rgb(101,56,5); }
td.TdClassName
{
border-color: #653805;
}
.TagClassName
{
border-color: #653805;
}
</style>