Shades of Hemlock #69664E
Tints of Hemlock #69664E
RGB
CMYK
RGB Variations
Color information
#69664E (or 0x69664E) is known color: Hemlock. HEX triplet: 69, 66 and 4E. RGB value is (105,102,78). Sum of RGB (Red+Green+Blue) = 105+102+78=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69664E is #9699B1. Grayscale: #646464. Windows color (decimal): -9869746 or 5138025. OLE color: 5138025.
HSL color Cylindrical-coordinate representation of color #69664E: hue angle of 53.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69664E is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 78 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.59 |
| HSL | 53.33º | 0.15% | 0.36% | - |
| HSV(B) | 53.33º | 0.26% | 0.41% | - |
| XYZ | 11.95 | 13.06 | 9.1 | - |
| YUV | 100.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 78 | 0 | 0.03 | 0.26 | 0.59 | 53.33 | 0.15 | 0.36 |
| Hex | 69 | 66 | 4E | 0 | 3 | 1A | 3B | 35 | F | 24 |
| Octal | 151 | 146 | 116 | 0 | 3 | 32 | 73 | 65 | 17 | 44 |
| Binary | 1101001 | 1100110 | 1001110 | 0 | 11 | 11010 | 111011 | 110101 | 1111 | 100100 |
Color Harmonies of #69664E
Complementary color
Monochromatic Colors of #69664E
Black with #69664E
Text Example
Text Example
White with #69664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69664E; }
p { color: rgb(105,102,78); }
H1.HeaderClassName
{
color: #69664E;
}
.AnyTagClassName
{
color: #69664E;
}
</style>
background-color css
<style>
a { background-color: #69664E; }
a { background-color: rgb(105,102,78); }
div.DivClassName
{
background-color: #69664E;
}
.BgClassName
{
background-color: #69664E;
}
</style>
border-color css
<style>
span { border-color: #69664E; }
span { border-color: rgb(105,102,78); }
td.TdClassName
{
border-color: #69664E;
}
.TagClassName
{
border-color: #69664E;
}
</style>