Shades of Baker's Chocolate #653306
Tints of Baker's Chocolate #653306
RGB
CMYK
RGB Variations
Color information
#653306 (or 0x653306) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 06. RGB value is (101,51,6). Sum of RGB (Red+Green+Blue) = 101+51+6=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #653306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653306 is #9ACCF9. Grayscale: #3D3D3D. Windows color (decimal): -10145018 or 406373. OLE color: 406373.
HSL color Cylindrical-coordinate representation of color #653306: hue angle of 28.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #653306 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 6 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.60 |
| HSL | 28.42º | 0.89% | 0.21% | - |
| HSV(B) | 28.42º | 0.94% | 0.4% | - |
| XYZ | 6.58 | 5.15 | 0.82 | - |
| YUV | 60.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 6 | 0 | 0.50 | 0.94 | 0.60 | 28.42 | 0.89 | 0.21 |
| Hex | 65 | 33 | 6 | 0 | 32 | 5E | 3C | 1C | 59 | 15 |
| Octal | 145 | 63 | 6 | 0 | 62 | 136 | 74 | 34 | 131 | 25 |
| Binary | 1100101 | 110011 | 110 | 0 | 110010 | 1011110 | 111100 | 11100 | 1011001 | 10101 |
Color Harmonies of #653306
Complementary color
Monochromatic Colors of #653306
Black with #653306
Text Example
Text Example
White with #653306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653306; }
p { color: rgb(101,51,6); }
H1.HeaderClassName
{
color: #653306;
}
.AnyTagClassName
{
color: #653306;
}
</style>
background-color css
<style>
a { background-color: #653306; }
a { background-color: rgb(101,51,6); }
div.DivClassName
{
background-color: #653306;
}
.BgClassName
{
background-color: #653306;
}
</style>
border-color css
<style>
span { border-color: #653306; }
span { border-color: rgb(101,51,6); }
td.TdClassName
{
border-color: #653306;
}
.TagClassName
{
border-color: #653306;
}
</style>