Shades of Hemlock #69664D
Tints of Hemlock #69664D
RGB
CMYK
RGB Variations
Color information
#69664D (or 0x69664D) is known color: Hemlock. HEX triplet: 69, 66 and 4D. RGB value is (105,102,77). Sum of RGB (Red+Green+Blue) = 105+102+77=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #69664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69664D is #9699B2. Grayscale: #646464. Windows color (decimal): -9869747 or 5072489. OLE color: 5072489.
HSL color Cylindrical-coordinate representation of color #69664D: hue angle of 53.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69664D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 77 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.59 |
| HSL | 53.57º | 0.15% | 0.36% | - |
| HSV(B) | 53.57º | 0.27% | 0.41% | - |
| XYZ | 11.92 | 13.04 | 8.91 | - |
| YUV | 100.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 77 | 0 | 0.03 | 0.27 | 0.59 | 53.57 | 0.15 | 0.36 |
| Hex | 69 | 66 | 4D | 0 | 3 | 1B | 3B | 36 | F | 24 |
| Octal | 151 | 146 | 115 | 0 | 3 | 33 | 73 | 66 | 17 | 44 |
| Binary | 1101001 | 1100110 | 1001101 | 0 | 11 | 11011 | 111011 | 110110 | 1111 | 100100 |
Color Harmonies of #69664D
Complementary color
Monochromatic Colors of #69664D
Black with #69664D
Text Example
Text Example
White with #69664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69664D; }
p { color: rgb(105,102,77); }
H1.HeaderClassName
{
color: #69664D;
}
.AnyTagClassName
{
color: #69664D;
}
</style>
background-color css
<style>
a { background-color: #69664D; }
a { background-color: rgb(105,102,77); }
div.DivClassName
{
background-color: #69664D;
}
.BgClassName
{
background-color: #69664D;
}
</style>
border-color css
<style>
span { border-color: #69664D; }
span { border-color: rgb(105,102,77); }
td.TdClassName
{
border-color: #69664D;
}
.TagClassName
{
border-color: #69664D;
}
</style>