Shades of Hemlock #666653
Tints of Hemlock #666653
RGB
CMYK
RGB Variations
Color information
#666653 (or 0x666653) is known color: Hemlock. HEX triplet: 66, 66 and 53. RGB value is (102,102,83). Sum of RGB (Red+Green+Blue) = 102+102+83=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666653 is #9999AC. Grayscale: #636363. Windows color (decimal): -10066349 or 5465702. OLE color: 5465702.
HSL color Cylindrical-coordinate representation of color #666653: hue angle of 60º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #666653 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 83 | - |
| CMYK | 0 | 0 | 0.19 | 0.6 |
| HSL | 60º | 0.1% | 0.36% | - |
| HSV(B) | 60º | 0.19% | 0.4% | - |
| XYZ | 11.79 | 12.95 | 10.06 | - |
| YUV | 99.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 83 | 0 | 0 | 0.19 | 0.6 | 60 | 0.1 | 0.36 |
| Hex | 66 | 66 | 53 | 0 | 0 | 13 | 3C | 3C | A | 24 |
| Octal | 146 | 146 | 123 | 0 | 0 | 23 | 74 | 74 | 12 | 44 |
| Binary | 1100110 | 1100110 | 1010011 | 0 | 0 | 10011 | 111100 | 111100 | 1010 | 100100 |
Color Harmonies of #666653
Complementary color
Monochromatic Colors of #666653
Black with #666653
Text Example
Text Example
White with #666653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666653; }
p { color: rgb(102,102,83); }
H1.HeaderClassName
{
color: #666653;
}
.AnyTagClassName
{
color: #666653;
}
</style>
background-color css
<style>
a { background-color: #666653; }
a { background-color: rgb(102,102,83); }
div.DivClassName
{
background-color: #666653;
}
.BgClassName
{
background-color: #666653;
}
</style>
border-color css
<style>
span { border-color: #666653; }
span { border-color: rgb(102,102,83); }
td.TdClassName
{
border-color: #666653;
}
.TagClassName
{
border-color: #666653;
}
</style>