Shades of Hemlock #696753
Tints of Hemlock #696753
RGB
CMYK
RGB Variations
Color information
#696753 (or 0x696753) is known color: Hemlock. HEX triplet: 69, 67 and 53. RGB value is (105,103,83). Sum of RGB (Red+Green+Blue) = 105+103+83=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #696753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696753 is #9698AC. Grayscale: #656565. Windows color (decimal): -9869485 or 5465961. OLE color: 5465961.
HSL color Cylindrical-coordinate representation of color #696753: hue angle of 54.55º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696753 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 83 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.59 |
| HSL | 54.55º | 0.12% | 0.37% | - |
| HSV(B) | 54.55º | 0.21% | 0.41% | - |
| XYZ | 12.24 | 13.33 | 10.11 | - |
| YUV | 101.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 83 | 0 | 0.02 | 0.21 | 0.59 | 54.55 | 0.12 | 0.37 |
| Hex | 69 | 67 | 53 | 0 | 2 | 15 | 3B | 37 | C | 25 |
| Octal | 151 | 147 | 123 | 0 | 2 | 25 | 73 | 67 | 14 | 45 |
| Binary | 1101001 | 1100111 | 1010011 | 0 | 10 | 10101 | 111011 | 110111 | 1100 | 100101 |
Color Harmonies of #696753
Complementary color
Monochromatic Colors of #696753
Black with #696753
Text Example
Text Example
White with #696753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696753; }
p { color: rgb(105,103,83); }
H1.HeaderClassName
{
color: #696753;
}
.AnyTagClassName
{
color: #696753;
}
</style>
background-color css
<style>
a { background-color: #696753; }
a { background-color: rgb(105,103,83); }
div.DivClassName
{
background-color: #696753;
}
.BgClassName
{
background-color: #696753;
}
</style>
border-color css
<style>
span { border-color: #696753; }
span { border-color: rgb(105,103,83); }
td.TdClassName
{
border-color: #696753;
}
.TagClassName
{
border-color: #696753;
}
</style>