Shades of Hemlock #69684E
Tints of Hemlock #69684E
RGB
CMYK
RGB Variations
Color information
#69684E (or 0x69684E) is known color: Hemlock. HEX triplet: 69, 68 and 4E. RGB value is (105,104,78). Sum of RGB (Red+Green+Blue) = 105+104+78=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #69684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69684E is #9697B1. Grayscale: #656565. Windows color (decimal): -9869234 or 5138537. OLE color: 5138537.
HSL color Cylindrical-coordinate representation of color #69684E: hue angle of 57.78º 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 #69684E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 78 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.59 |
| HSL | 57.78º | 0.15% | 0.36% | - |
| HSV(B) | 57.78º | 0.26% | 0.41% | - |
| XYZ | 12.15 | 13.45 | 9.16 | - |
| YUV | 101.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 78 | 0 | 0.01 | 0.26 | 0.59 | 57.78 | 0.15 | 0.36 |
| Hex | 69 | 68 | 4E | 0 | 1 | 1A | 3B | 3A | F | 24 |
| Octal | 151 | 150 | 116 | 0 | 1 | 32 | 73 | 72 | 17 | 44 |
| Binary | 1101001 | 1101000 | 1001110 | 0 | 1 | 11010 | 111011 | 111010 | 1111 | 100100 |
Color Harmonies of #69684E
Complementary color
Monochromatic Colors of #69684E
Black with #69684E
Text Example
Text Example
White with #69684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69684E; }
p { color: rgb(105,104,78); }
H1.HeaderClassName
{
color: #69684E;
}
.AnyTagClassName
{
color: #69684E;
}
</style>
background-color css
<style>
a { background-color: #69684E; }
a { background-color: rgb(105,104,78); }
div.DivClassName
{
background-color: #69684E;
}
.BgClassName
{
background-color: #69684E;
}
</style>
border-color css
<style>
span { border-color: #69684E; }
span { border-color: rgb(105,104,78); }
td.TdClassName
{
border-color: #69684E;
}
.TagClassName
{
border-color: #69684E;
}
</style>