Shades of Baker's Chocolate #66260D
Tints of Baker's Chocolate #66260D
RGB
CMYK
RGB Variations
Color information
#66260D (or 0x66260D) is known color: Baker's Chocolate. HEX triplet: 66, 26 and 0D. RGB value is (102,38,13). Sum of RGB (Red+Green+Blue) = 102+38+13=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66260D is #99D9F2. Grayscale: #363636. Windows color (decimal): -10082803 or 861798. OLE color: 861798.
HSL color Cylindrical-coordinate representation of color #66260D: hue angle of 16.85º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66260D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 13 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.6 |
| HSL | 16.85º | 0.77% | 0.23% | - |
| HSV(B) | 16.85º | 0.87% | 0.4% | - |
| XYZ | 6.25 | 4.24 | 0.87 | - |
| YUV | 54.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 13 | 0 | 0.63 | 0.87 | 0.6 | 16.85 | 0.77 | 0.23 |
| Hex | 66 | 26 | D | 0 | 3F | 57 | 3C | 11 | 4D | 17 |
| Octal | 146 | 46 | 15 | 0 | 77 | 127 | 74 | 21 | 115 | 27 |
| Binary | 1100110 | 100110 | 1101 | 0 | 111111 | 1010111 | 111100 | 10001 | 1001101 | 10111 |
Color Harmonies of #66260D
Complementary color
Monochromatic Colors of #66260D
Black with #66260D
Text Example
Text Example
White with #66260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66260D; }
p { color: rgb(102,38,13); }
H1.HeaderClassName
{
color: #66260D;
}
.AnyTagClassName
{
color: #66260D;
}
</style>
background-color css
<style>
a { background-color: #66260D; }
a { background-color: rgb(102,38,13); }
div.DivClassName
{
background-color: #66260D;
}
.BgClassName
{
background-color: #66260D;
}
</style>
border-color css
<style>
span { border-color: #66260D; }
span { border-color: rgb(102,38,13); }
td.TdClassName
{
border-color: #66260D;
}
.TagClassName
{
border-color: #66260D;
}
</style>