Shades of Hemlock #696750
Tints of Hemlock #696750
RGB
CMYK
RGB Variations
Color information
#696750 (or 0x696750) is known color: Hemlock. HEX triplet: 69, 67 and 50. RGB value is (105,103,80). Sum of RGB (Red+Green+Blue) = 105+103+80=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #696750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696750 is #9698AF. Grayscale: #656565. Windows color (decimal): -9869488 or 5269353. OLE color: 5269353.
HSL color Cylindrical-coordinate representation of color #696750: hue angle of 55.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696750 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 80 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.59 |
| HSL | 55.2º | 0.14% | 0.36% | - |
| HSV(B) | 55.2º | 0.24% | 0.41% | - |
| XYZ | 12.12 | 13.28 | 9.51 | - |
| YUV | 100.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 80 | 0 | 0.02 | 0.24 | 0.59 | 55.2 | 0.14 | 0.36 |
| Hex | 69 | 67 | 50 | 0 | 2 | 18 | 3B | 37 | E | 24 |
| Octal | 151 | 147 | 120 | 0 | 2 | 30 | 73 | 67 | 16 | 44 |
| Binary | 1101001 | 1100111 | 1010000 | 0 | 10 | 11000 | 111011 | 110111 | 1110 | 100100 |
Color Harmonies of #696750
Complementary color
Monochromatic Colors of #696750
Black with #696750
Text Example
Text Example
White with #696750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696750; }
p { color: rgb(105,103,80); }
H1.HeaderClassName
{
color: #696750;
}
.AnyTagClassName
{
color: #696750;
}
</style>
background-color css
<style>
a { background-color: #696750; }
a { background-color: rgb(105,103,80); }
div.DivClassName
{
background-color: #696750;
}
.BgClassName
{
background-color: #696750;
}
</style>
border-color css
<style>
span { border-color: #696750; }
span { border-color: rgb(105,103,80); }
td.TdClassName
{
border-color: #696750;
}
.TagClassName
{
border-color: #696750;
}
</style>