Shades of Baker's Chocolate #653903
Tints of Baker's Chocolate #653903
RGB
CMYK
RGB Variations
Color information
#653903 (or 0x653903) is known color: Baker's Chocolate. HEX triplet: 65, 39 and 03. RGB value is (101,57,3). Sum of RGB (Red+Green+Blue) = 101+57+3=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #653903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653903 is #9AC6FC. Grayscale: #404040. Windows color (decimal): -10143485 or 211301. OLE color: 211301.
HSL color Cylindrical-coordinate representation of color #653903: hue angle of 33.06º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #653903 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 3 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.60 |
| HSL | 33.06º | 0.94% | 0.2% | - |
| HSV(B) | 33.06º | 0.97% | 0.4% | - |
| XYZ | 6.85 | 5.7 | 0.83 | - |
| YUV | 64 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 3 | 0 | 0.44 | 0.97 | 0.60 | 33.06 | 0.94 | 0.2 |
| Hex | 65 | 39 | 3 | 0 | 2C | 61 | 3C | 21 | 5E | 14 |
| Octal | 145 | 71 | 3 | 0 | 54 | 141 | 74 | 41 | 136 | 24 |
| Binary | 1100101 | 111001 | 11 | 0 | 101100 | 1100001 | 111100 | 100001 | 1011110 | 10100 |
Color Harmonies of #653903
Complementary color
Monochromatic Colors of #653903
Black with #653903
Text Example
Text Example
White with #653903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653903; }
p { color: rgb(101,57,3); }
H1.HeaderClassName
{
color: #653903;
}
.AnyTagClassName
{
color: #653903;
}
</style>
background-color css
<style>
a { background-color: #653903; }
a { background-color: rgb(101,57,3); }
div.DivClassName
{
background-color: #653903;
}
.BgClassName
{
background-color: #653903;
}
</style>
border-color css
<style>
span { border-color: #653903; }
span { border-color: rgb(101,57,3); }
td.TdClassName
{
border-color: #653903;
}
.TagClassName
{
border-color: #653903;
}
</style>