Shades of Baker's Chocolate #66260E
Tints of Baker's Chocolate #66260E
RGB
CMYK
RGB Variations
Color information
#66260E (or 0x66260E) is known color: Baker's Chocolate. HEX triplet: 66, 26 and 0E. RGB value is (102,38,14). Sum of RGB (Red+Green+Blue) = 102+38+14=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66260E is #99D9F1. Grayscale: #363636. Windows color (decimal): -10082802 or 927334. OLE color: 927334.
HSL color Cylindrical-coordinate representation of color #66260E: hue angle of 16.36º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66260E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 14 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.6 |
| HSL | 16.36º | 0.76% | 0.23% | - |
| HSV(B) | 16.36º | 0.86% | 0.4% | - |
| XYZ | 6.25 | 4.24 | 0.9 | - |
| YUV | 54.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 14 | 0 | 0.63 | 0.86 | 0.6 | 16.36 | 0.76 | 0.23 |
| Hex | 66 | 26 | E | 0 | 3F | 56 | 3C | 10 | 4C | 17 |
| Octal | 146 | 46 | 16 | 0 | 77 | 126 | 74 | 20 | 114 | 27 |
| Binary | 1100110 | 100110 | 1110 | 0 | 111111 | 1010110 | 111100 | 10000 | 1001100 | 10111 |
Color Harmonies of #66260E
Complementary color
Monochromatic Colors of #66260E
Black with #66260E
Text Example
Text Example
White with #66260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66260E; }
p { color: rgb(102,38,14); }
H1.HeaderClassName
{
color: #66260E;
}
.AnyTagClassName
{
color: #66260E;
}
</style>
background-color css
<style>
a { background-color: #66260E; }
a { background-color: rgb(102,38,14); }
div.DivClassName
{
background-color: #66260E;
}
.BgClassName
{
background-color: #66260E;
}
</style>
border-color css
<style>
span { border-color: #66260E; }
span { border-color: rgb(102,38,14); }
td.TdClassName
{
border-color: #66260E;
}
.TagClassName
{
border-color: #66260E;
}
</style>