Shades of Baker's Chocolate #653902
Tints of Baker's Chocolate #653902
RGB
CMYK
RGB Variations
Color information
#653902 (or 0x653902) is known color: Baker's Chocolate. HEX triplet: 65, 39 and 02. RGB value is (101,57,2). Sum of RGB (Red+Green+Blue) = 101+57+2=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #653902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653902 is #9AC6FD. Grayscale: #404040. Windows color (decimal): -10143486 or 145765. OLE color: 145765.
HSL color Cylindrical-coordinate representation of color #653902: hue angle of 33.33º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #653902 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 2 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.60 |
| HSL | 33.33º | 0.96% | 0.2% | - |
| HSV(B) | 33.33º | 0.98% | 0.4% | - |
| XYZ | 6.84 | 5.7 | 0.8 | - |
| YUV | 63.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 2 | 0 | 0.44 | 0.98 | 0.60 | 33.33 | 0.96 | 0.2 |
| Hex | 65 | 39 | 2 | 0 | 2C | 62 | 3C | 21 | 60 | 14 |
| Octal | 145 | 71 | 2 | 0 | 54 | 142 | 74 | 41 | 140 | 24 |
| Binary | 1100101 | 111001 | 10 | 0 | 101100 | 1100010 | 111100 | 100001 | 1100000 | 10100 |
Color Harmonies of #653902
Complementary color
Monochromatic Colors of #653902
Black with #653902
Text Example
Text Example
White with #653902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653902; }
p { color: rgb(101,57,2); }
H1.HeaderClassName
{
color: #653902;
}
.AnyTagClassName
{
color: #653902;
}
</style>
background-color css
<style>
a { background-color: #653902; }
a { background-color: rgb(101,57,2); }
div.DivClassName
{
background-color: #653902;
}
.BgClassName
{
background-color: #653902;
}
</style>
border-color css
<style>
span { border-color: #653902; }
span { border-color: rgb(101,57,2); }
td.TdClassName
{
border-color: #653902;
}
.TagClassName
{
border-color: #653902;
}
</style>