Shades of Hemlock #696345
Tints of Hemlock #696345
RGB
CMYK
RGB Variations
Color information
#696345 (or 0x696345) is known color: Hemlock. HEX triplet: 69, 63 and 45. RGB value is (105,99,69). Sum of RGB (Red+Green+Blue) = 105+99+69=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #696345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696345 is #969CBA. Grayscale: #616161. Windows color (decimal): -9870523 or 4547433. OLE color: 4547433.
HSL color Cylindrical-coordinate representation of color #696345: hue angle of 50º 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 #696345 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 69 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.59 |
| HSL | 50º | 0.21% | 0.34% | - |
| HSV(B) | 50º | 0.34% | 0.41% | - |
| XYZ | 11.36 | 12.36 | 7.42 | - |
| YUV | 97.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 69 | 0 | 0.06 | 0.34 | 0.59 | 50 | 0.21 | 0.34 |
| Hex | 69 | 63 | 45 | 0 | 6 | 22 | 3B | 32 | 15 | 22 |
| Octal | 151 | 143 | 105 | 0 | 6 | 42 | 73 | 62 | 25 | 42 |
| Binary | 1101001 | 1100011 | 1000101 | 0 | 110 | 100010 | 111011 | 110010 | 10101 | 100010 |
Color Harmonies of #696345
Complementary color
Monochromatic Colors of #696345
Black with #696345
Text Example
Text Example
White with #696345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696345; }
p { color: rgb(105,99,69); }
H1.HeaderClassName
{
color: #696345;
}
.AnyTagClassName
{
color: #696345;
}
</style>
background-color css
<style>
a { background-color: #696345; }
a { background-color: rgb(105,99,69); }
div.DivClassName
{
background-color: #696345;
}
.BgClassName
{
background-color: #696345;
}
</style>
border-color css
<style>
span { border-color: #696345; }
span { border-color: rgb(105,99,69); }
td.TdClassName
{
border-color: #696345;
}
.TagClassName
{
border-color: #696345;
}
</style>