Shades of Baker's Chocolate #651E06
Tints of Baker's Chocolate #651E06
RGB
CMYK
RGB Variations
Color information
#651E06 (or 0x651E06) is known color: Baker's Chocolate. HEX triplet: 65, 1E and 06. RGB value is (101,30,6). Sum of RGB (Red+Green+Blue) = 101+30+6=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #651E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E06 is #9AE1F9. Grayscale: #303030. Windows color (decimal): -10150394 or 400997. OLE color: 400997.
HSL color Cylindrical-coordinate representation of color #651E06: hue angle of 15.16º 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 #651E06 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 6 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.60 |
| HSL | 15.16º | 0.89% | 0.21% | - |
| HSV(B) | 15.16º | 0.94% | 0.4% | - |
| XYZ | 5.86 | 3.71 | 0.58 | - |
| YUV | 48.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 6 | 0 | 0.70 | 0.94 | 0.60 | 15.16 | 0.89 | 0.21 |
| Hex | 65 | 1E | 6 | 0 | 46 | 5E | 3C | F | 59 | 15 |
| Octal | 145 | 36 | 6 | 0 | 106 | 136 | 74 | 17 | 131 | 25 |
| Binary | 1100101 | 11110 | 110 | 0 | 1000110 | 1011110 | 111100 | 1111 | 1011001 | 10101 |
Color Harmonies of #651E06
Complementary color
Monochromatic Colors of #651E06
Black with #651E06
Text Example
Text Example
White with #651E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E06; }
p { color: rgb(101,30,6); }
H1.HeaderClassName
{
color: #651E06;
}
.AnyTagClassName
{
color: #651E06;
}
</style>
background-color css
<style>
a { background-color: #651E06; }
a { background-color: rgb(101,30,6); }
div.DivClassName
{
background-color: #651E06;
}
.BgClassName
{
background-color: #651E06;
}
</style>
border-color css
<style>
span { border-color: #651E06; }
span { border-color: rgb(101,30,6); }
td.TdClassName
{
border-color: #651E06;
}
.TagClassName
{
border-color: #651E06;
}
</style>