Shades of Hemlock #696546
Tints of Hemlock #696546
RGB
CMYK
RGB Variations
Color information
#696546 (or 0x696546) is known color: Hemlock. HEX triplet: 69, 65 and 46. RGB value is (105,101,70). Sum of RGB (Red+Green+Blue) = 105+101+70=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #696546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696546 is #969AB9. Grayscale: #626262. Windows color (decimal): -9870010 or 4613481. OLE color: 4613481.
HSL color Cylindrical-coordinate representation of color #696546: hue angle of 53.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696546 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 70 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.59 |
| HSL | 53.14º | 0.2% | 0.34% | - |
| HSV(B) | 53.14º | 0.33% | 0.41% | - |
| XYZ | 11.58 | 12.75 | 7.65 | - |
| YUV | 98.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 70 | 0 | 0.04 | 0.33 | 0.59 | 53.14 | 0.2 | 0.34 |
| Hex | 69 | 65 | 46 | 0 | 4 | 21 | 3B | 35 | 14 | 22 |
| Octal | 151 | 145 | 106 | 0 | 4 | 41 | 73 | 65 | 24 | 42 |
| Binary | 1101001 | 1100101 | 1000110 | 0 | 100 | 100001 | 111011 | 110101 | 10100 | 100010 |
Color Harmonies of #696546
Complementary color
Monochromatic Colors of #696546
Black with #696546
Text Example
Text Example
White with #696546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696546; }
p { color: rgb(105,101,70); }
H1.HeaderClassName
{
color: #696546;
}
.AnyTagClassName
{
color: #696546;
}
</style>
background-color css
<style>
a { background-color: #696546; }
a { background-color: rgb(105,101,70); }
div.DivClassName
{
background-color: #696546;
}
.BgClassName
{
background-color: #696546;
}
</style>
border-color css
<style>
span { border-color: #696546; }
span { border-color: rgb(105,101,70); }
td.TdClassName
{
border-color: #696546;
}
.TagClassName
{
border-color: #696546;
}
</style>