Shades of Hemlock #66634D
Tints of Hemlock #66634D
RGB
CMYK
RGB Variations
Color information
#66634D (or 0x66634D) is known color: Hemlock. HEX triplet: 66, 63 and 4D. RGB value is (102,99,77). Sum of RGB (Red+Green+Blue) = 102+99+77=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66634D is #999CB2. Grayscale: #616161. Windows color (decimal): -10067123 or 5071718. OLE color: 5071718.
HSL color Cylindrical-coordinate representation of color #66634D: hue angle of 52.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66634D is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 77 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.6 |
| HSL | 52.8º | 0.14% | 0.35% | - |
| HSV(B) | 52.8º | 0.25% | 0.4% | - |
| XYZ | 11.28 | 12.28 | 8.8 | - |
| YUV | 97.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 77 | 0 | 0.03 | 0.25 | 0.6 | 52.8 | 0.14 | 0.35 |
| Hex | 66 | 63 | 4D | 0 | 3 | 19 | 3C | 35 | E | 23 |
| Octal | 146 | 143 | 115 | 0 | 3 | 31 | 74 | 65 | 16 | 43 |
| Binary | 1100110 | 1100011 | 1001101 | 0 | 11 | 11001 | 111100 | 110101 | 1110 | 100011 |
Color Harmonies of #66634D
Complementary color
Monochromatic Colors of #66634D
Black with #66634D
Text Example
Text Example
White with #66634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66634D; }
p { color: rgb(102,99,77); }
H1.HeaderClassName
{
color: #66634D;
}
.AnyTagClassName
{
color: #66634D;
}
</style>
background-color css
<style>
a { background-color: #66634D; }
a { background-color: rgb(102,99,77); }
div.DivClassName
{
background-color: #66634D;
}
.BgClassName
{
background-color: #66634D;
}
</style>
border-color css
<style>
span { border-color: #66634D; }
span { border-color: rgb(102,99,77); }
td.TdClassName
{
border-color: #66634D;
}
.TagClassName
{
border-color: #66634D;
}
</style>