Shades of Hemlock #696545
Tints of Hemlock #696545
RGB
CMYK
RGB Variations
Color information
#696545 (or 0x696545) is known color: Hemlock. HEX triplet: 69, 65 and 45. RGB value is (105,101,69). Sum of RGB (Red+Green+Blue) = 105+101+69=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696545 is #969ABA. Grayscale: #626262. Windows color (decimal): -9870011 or 4547945. OLE color: 4547945.
HSL color Cylindrical-coordinate representation of color #696545: hue angle of 53.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696545 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 69 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.59 |
| HSL | 53.33º | 0.21% | 0.34% | - |
| HSV(B) | 53.33º | 0.34% | 0.41% | - |
| XYZ | 11.55 | 12.74 | 7.48 | - |
| YUV | 98.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 69 | 0 | 0.04 | 0.34 | 0.59 | 53.33 | 0.21 | 0.34 |
| Hex | 69 | 65 | 45 | 0 | 4 | 22 | 3B | 35 | 15 | 22 |
| Octal | 151 | 145 | 105 | 0 | 4 | 42 | 73 | 65 | 25 | 42 |
| Binary | 1101001 | 1100101 | 1000101 | 0 | 100 | 100010 | 111011 | 110101 | 10101 | 100010 |
Color Harmonies of #696545
Complementary color
Monochromatic Colors of #696545
Black with #696545
Text Example
Text Example
White with #696545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696545; }
p { color: rgb(105,101,69); }
H1.HeaderClassName
{
color: #696545;
}
.AnyTagClassName
{
color: #696545;
}
</style>
background-color css
<style>
a { background-color: #696545; }
a { background-color: rgb(105,101,69); }
div.DivClassName
{
background-color: #696545;
}
.BgClassName
{
background-color: #696545;
}
</style>
border-color css
<style>
span { border-color: #696545; }
span { border-color: rgb(105,101,69); }
td.TdClassName
{
border-color: #696545;
}
.TagClassName
{
border-color: #696545;
}
</style>