Shades of Baker's Chocolate #653501
Tints of Baker's Chocolate #653501
RGB
CMYK
RGB Variations
Color information
#653501 (or 0x653501) is known color: Baker's Chocolate. HEX triplet: 65, 35 and 01. RGB value is (101,53,1). Sum of RGB (Red+Green+Blue) = 101+53+1=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #653501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653501 is #9ACAFE. Grayscale: #3D3D3D. Windows color (decimal): -10144511 or 79205. OLE color: 79205.
HSL color Cylindrical-coordinate representation of color #653501: hue angle of 31.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #653501 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 53 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.60 |
| HSL | 31.2º | 0.98% | 0.2% | - |
| HSV(B) | 31.2º | 0.99% | 0.4% | - |
| XYZ | 6.65 | 5.32 | 0.7 | - |
| YUV | 61.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 1 | 0 | 0.48 | 0.99 | 0.60 | 31.2 | 0.98 | 0.2 |
| Hex | 65 | 35 | 1 | 0 | 30 | 63 | 3C | 1F | 62 | 14 |
| Octal | 145 | 65 | 1 | 0 | 60 | 143 | 74 | 37 | 142 | 24 |
| Binary | 1100101 | 110101 | 1 | 0 | 110000 | 1100011 | 111100 | 11111 | 1100010 | 10100 |
Color Harmonies of #653501
Complementary color
Monochromatic Colors of #653501
Black with #653501
Text Example
Text Example
White with #653501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653501; }
p { color: rgb(101,53,1); }
H1.HeaderClassName
{
color: #653501;
}
.AnyTagClassName
{
color: #653501;
}
</style>
background-color css
<style>
a { background-color: #653501; }
a { background-color: rgb(101,53,1); }
div.DivClassName
{
background-color: #653501;
}
.BgClassName
{
background-color: #653501;
}
</style>
border-color css
<style>
span { border-color: #653501; }
span { border-color: rgb(101,53,1); }
td.TdClassName
{
border-color: #653501;
}
.TagClassName
{
border-color: #653501;
}
</style>