Shades of Hemlock #666347
Tints of Hemlock #666347
RGB
CMYK
RGB Variations
Color information
#666347 (or 0x666347) is known color: Hemlock. HEX triplet: 66, 63 and 47. RGB value is (102,99,71). Sum of RGB (Red+Green+Blue) = 102+99+71=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #666347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666347 is #999CB8. Grayscale: #606060. Windows color (decimal): -10067129 or 4678502. OLE color: 4678502.
HSL color Cylindrical-coordinate representation of color #666347: hue angle of 54.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666347 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 71 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.6 |
| HSL | 54.19º | 0.18% | 0.34% | - |
| HSV(B) | 54.19º | 0.3% | 0.4% | - |
| XYZ | 11.08 | 12.2 | 7.73 | - |
| YUV | 96.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 71 | 0 | 0.03 | 0.30 | 0.6 | 54.19 | 0.18 | 0.34 |
| Hex | 66 | 63 | 47 | 0 | 3 | 1E | 3C | 36 | 12 | 22 |
| Octal | 146 | 143 | 107 | 0 | 3 | 36 | 74 | 66 | 22 | 42 |
| Binary | 1100110 | 1100011 | 1000111 | 0 | 11 | 11110 | 111100 | 110110 | 10010 | 100010 |
Color Harmonies of #666347
Complementary color
Monochromatic Colors of #666347
Black with #666347
Text Example
Text Example
White with #666347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666347; }
p { color: rgb(102,99,71); }
H1.HeaderClassName
{
color: #666347;
}
.AnyTagClassName
{
color: #666347;
}
</style>
background-color css
<style>
a { background-color: #666347; }
a { background-color: rgb(102,99,71); }
div.DivClassName
{
background-color: #666347;
}
.BgClassName
{
background-color: #666347;
}
</style>
border-color css
<style>
span { border-color: #666347; }
span { border-color: rgb(102,99,71); }
td.TdClassName
{
border-color: #666347;
}
.TagClassName
{
border-color: #666347;
}
</style>