Shades of Hemlock #696B42
Tints of Hemlock #696B42
RGB
CMYK
RGB Variations
Color information
#696B42 (or 0x696B42) is known color: Hemlock. HEX triplet: 69, 6B and 42. RGB value is (105,107,66). Sum of RGB (Red+Green+Blue) = 105+107+66=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #696B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B42 is #9694BD. Grayscale: #656565. Windows color (decimal): -9868478 or 4352873. OLE color: 4352873.
HSL color Cylindrical-coordinate representation of color #696B42: hue angle of 62.93º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696B42 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 66 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.58 |
| HSL | 62.93º | 0.24% | 0.34% | - |
| HSV(B) | 62.93º | 0.38% | 0.42% | - |
| XYZ | 12.07 | 13.91 | 7.2 | - |
| YUV | 101.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 66 | 0.02 | 0 | 0.38 | 0.58 | 62.93 | 0.24 | 0.34 |
| Hex | 69 | 6B | 42 | 2 | 0 | 26 | 3A | 3F | 18 | 22 |
| Octal | 151 | 153 | 102 | 2 | 0 | 46 | 72 | 77 | 30 | 42 |
| Binary | 1101001 | 1101011 | 1000010 | 10 | 0 | 100110 | 111010 | 111111 | 11000 | 100010 |
Color Harmonies of #696B42
Complementary color
Monochromatic Colors of #696B42
Black with #696B42
Text Example
Text Example
White with #696B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B42; }
p { color: rgb(105,107,66); }
H1.HeaderClassName
{
color: #696B42;
}
.AnyTagClassName
{
color: #696B42;
}
</style>
background-color css
<style>
a { background-color: #696B42; }
a { background-color: rgb(105,107,66); }
div.DivClassName
{
background-color: #696B42;
}
.BgClassName
{
background-color: #696B42;
}
</style>
border-color css
<style>
span { border-color: #696B42; }
span { border-color: rgb(105,107,66); }
td.TdClassName
{
border-color: #696B42;
}
.TagClassName
{
border-color: #696B42;
}
</style>