Shades of Baker's Chocolate #652006
Tints of Baker's Chocolate #652006
RGB
CMYK
RGB Variations
Color information
#652006 (or 0x652006) is known color: Baker's Chocolate. HEX triplet: 65, 20 and 06. RGB value is (101,32,6). Sum of RGB (Red+Green+Blue) = 101+32+6=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #652006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652006 is #9ADFF9. Grayscale: #313131. Windows color (decimal): -10149882 or 401509. OLE color: 401509.
HSL color Cylindrical-coordinate representation of color #652006: hue angle of 16.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 #652006 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 6 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.60 |
| HSL | 16.42º | 0.89% | 0.21% | - |
| HSV(B) | 16.42º | 0.94% | 0.4% | - |
| XYZ | 5.92 | 3.81 | 0.6 | - |
| YUV | 49.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 6 | 0 | 0.68 | 0.94 | 0.60 | 16.42 | 0.89 | 0.21 |
| Hex | 65 | 20 | 6 | 0 | 44 | 5E | 3C | 10 | 59 | 15 |
| Octal | 145 | 40 | 6 | 0 | 104 | 136 | 74 | 20 | 131 | 25 |
| Binary | 1100101 | 100000 | 110 | 0 | 1000100 | 1011110 | 111100 | 10000 | 1011001 | 10101 |
Color Harmonies of #652006
Complementary color
Monochromatic Colors of #652006
Black with #652006
Text Example
Text Example
White with #652006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652006; }
p { color: rgb(101,32,6); }
H1.HeaderClassName
{
color: #652006;
}
.AnyTagClassName
{
color: #652006;
}
</style>
background-color css
<style>
a { background-color: #652006; }
a { background-color: rgb(101,32,6); }
div.DivClassName
{
background-color: #652006;
}
.BgClassName
{
background-color: #652006;
}
</style>
border-color css
<style>
span { border-color: #652006; }
span { border-color: rgb(101,32,6); }
td.TdClassName
{
border-color: #652006;
}
.TagClassName
{
border-color: #652006;
}
</style>