Shades of Hemlock #69664C
Tints of Hemlock #69664C
RGB
CMYK
RGB Variations
Color information
#69664C (or 0x69664C) is known color: Hemlock. HEX triplet: 69, 66 and 4C. RGB value is (105,102,76). Sum of RGB (Red+Green+Blue) = 105+102+76=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #69664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69664C is #9699B3. Grayscale: #646464. Windows color (decimal): -9869748 or 5006953. OLE color: 5006953.
HSL color Cylindrical-coordinate representation of color #69664C: hue angle of 53.79º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69664C is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 76 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.59 |
| HSL | 53.79º | 0.16% | 0.35% | - |
| HSV(B) | 53.79º | 0.28% | 0.41% | - |
| XYZ | 11.88 | 13.03 | 8.73 | - |
| YUV | 99.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 76 | 0 | 0.03 | 0.28 | 0.59 | 53.79 | 0.16 | 0.35 |
| Hex | 69 | 66 | 4C | 0 | 3 | 1C | 3B | 36 | 10 | 23 |
| Octal | 151 | 146 | 114 | 0 | 3 | 34 | 73 | 66 | 20 | 43 |
| Binary | 1101001 | 1100110 | 1001100 | 0 | 11 | 11100 | 111011 | 110110 | 10000 | 100011 |
Color Harmonies of #69664C
Complementary color
Monochromatic Colors of #69664C
Black with #69664C
Text Example
Text Example
White with #69664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69664C; }
p { color: rgb(105,102,76); }
H1.HeaderClassName
{
color: #69664C;
}
.AnyTagClassName
{
color: #69664C;
}
</style>
background-color css
<style>
a { background-color: #69664C; }
a { background-color: rgb(105,102,76); }
div.DivClassName
{
background-color: #69664C;
}
.BgClassName
{
background-color: #69664C;
}
</style>
border-color css
<style>
span { border-color: #69664C; }
span { border-color: rgb(105,102,76); }
td.TdClassName
{
border-color: #69664C;
}
.TagClassName
{
border-color: #69664C;
}
</style>