Shades of Hemlock #69654D
Tints of Hemlock #69654D
RGB
CMYK
RGB Variations
Color information
#69654D (or 0x69654D) is known color: Hemlock. HEX triplet: 69, 65 and 4D. RGB value is (105,101,77). Sum of RGB (Red+Green+Blue) = 105+101+77=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #69654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69654D is #969AB2. Grayscale: #636363. Windows color (decimal): -9870003 or 5072233. OLE color: 5072233.
HSL color Cylindrical-coordinate representation of color #69654D: hue angle of 51.43º 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 #69654D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 77 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.59 |
| HSL | 51.43º | 0.15% | 0.36% | - |
| HSV(B) | 51.43º | 0.27% | 0.41% | - |
| XYZ | 11.82 | 12.85 | 8.88 | - |
| YUV | 99.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 77 | 0 | 0.04 | 0.27 | 0.59 | 51.43 | 0.15 | 0.36 |
| Hex | 69 | 65 | 4D | 0 | 4 | 1B | 3B | 33 | F | 24 |
| Octal | 151 | 145 | 115 | 0 | 4 | 33 | 73 | 63 | 17 | 44 |
| Binary | 1101001 | 1100101 | 1001101 | 0 | 100 | 11011 | 111011 | 110011 | 1111 | 100100 |
Color Harmonies of #69654D
Complementary color
Monochromatic Colors of #69654D
Black with #69654D
Text Example
Text Example
White with #69654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69654D; }
p { color: rgb(105,101,77); }
H1.HeaderClassName
{
color: #69654D;
}
.AnyTagClassName
{
color: #69654D;
}
</style>
background-color css
<style>
a { background-color: #69654D; }
a { background-color: rgb(105,101,77); }
div.DivClassName
{
background-color: #69654D;
}
.BgClassName
{
background-color: #69654D;
}
</style>
border-color css
<style>
span { border-color: #69654D; }
span { border-color: rgb(105,101,77); }
td.TdClassName
{
border-color: #69654D;
}
.TagClassName
{
border-color: #69654D;
}
</style>