Shades of Baker's Chocolate #66350E
Tints of Baker's Chocolate #66350E
RGB
CMYK
RGB Variations
Color information
#66350E (or 0x66350E) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 0E. RGB value is (102,53,14). Sum of RGB (Red+Green+Blue) = 102+53+14=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66350E is #99CAF1. Grayscale: #3F3F3F. Windows color (decimal): -10078962 or 931174. OLE color: 931174.
HSL color Cylindrical-coordinate representation of color #66350E: hue angle of 26.59º 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 #66350E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 14 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.6 |
| HSL | 26.59º | 0.76% | 0.23% | - |
| HSV(B) | 26.59º | 0.86% | 0.4% | - |
| XYZ | 6.83 | 5.4 | 1.1 | - |
| YUV | 63.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 14 | 0 | 0.48 | 0.86 | 0.6 | 26.59 | 0.76 | 0.23 |
| Hex | 66 | 35 | E | 0 | 30 | 56 | 3C | 1B | 4C | 17 |
| Octal | 146 | 65 | 16 | 0 | 60 | 126 | 74 | 33 | 114 | 27 |
| Binary | 1100110 | 110101 | 1110 | 0 | 110000 | 1010110 | 111100 | 11011 | 1001100 | 10111 |
Color Harmonies of #66350E
Complementary color
Monochromatic Colors of #66350E
Black with #66350E
Text Example
Text Example
White with #66350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66350E; }
p { color: rgb(102,53,14); }
H1.HeaderClassName
{
color: #66350E;
}
.AnyTagClassName
{
color: #66350E;
}
</style>
background-color css
<style>
a { background-color: #66350E; }
a { background-color: rgb(102,53,14); }
div.DivClassName
{
background-color: #66350E;
}
.BgClassName
{
background-color: #66350E;
}
</style>
border-color css
<style>
span { border-color: #66350E; }
span { border-color: rgb(102,53,14); }
td.TdClassName
{
border-color: #66350E;
}
.TagClassName
{
border-color: #66350E;
}
</style>