Shades of Baker's Chocolate #652106
Tints of Baker's Chocolate #652106
RGB
CMYK
RGB Variations
Color information
#652106 (or 0x652106) is known color: Baker's Chocolate. HEX triplet: 65, 21 and 06. RGB value is (101,33,6). Sum of RGB (Red+Green+Blue) = 101+33+6=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #652106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652106 is #9ADEF9. Grayscale: #323232. Windows color (decimal): -10149626 or 401765. OLE color: 401765.
HSL color Cylindrical-coordinate representation of color #652106: hue angle of 17.05º 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 #652106 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 6 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.60 |
| HSL | 17.05º | 0.89% | 0.21% | - |
| HSV(B) | 17.05º | 0.94% | 0.4% | - |
| XYZ | 5.94 | 3.87 | 0.61 | - |
| YUV | 50.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 6 | 0 | 0.67 | 0.94 | 0.60 | 17.05 | 0.89 | 0.21 |
| Hex | 65 | 21 | 6 | 0 | 43 | 5E | 3C | 11 | 59 | 15 |
| Octal | 145 | 41 | 6 | 0 | 103 | 136 | 74 | 21 | 131 | 25 |
| Binary | 1100101 | 100001 | 110 | 0 | 1000011 | 1011110 | 111100 | 10001 | 1011001 | 10101 |
Color Harmonies of #652106
Complementary color
Monochromatic Colors of #652106
Black with #652106
Text Example
Text Example
White with #652106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652106; }
p { color: rgb(101,33,6); }
H1.HeaderClassName
{
color: #652106;
}
.AnyTagClassName
{
color: #652106;
}
</style>
background-color css
<style>
a { background-color: #652106; }
a { background-color: rgb(101,33,6); }
div.DivClassName
{
background-color: #652106;
}
.BgClassName
{
background-color: #652106;
}
</style>
border-color css
<style>
span { border-color: #652106; }
span { border-color: rgb(101,33,6); }
td.TdClassName
{
border-color: #652106;
}
.TagClassName
{
border-color: #652106;
}
</style>