Shades of Hemlock #69684A
Tints of Hemlock #69684A
RGB
CMYK
RGB Variations
Color information
#69684A (or 0x69684A) is known color: Hemlock. HEX triplet: 69, 68 and 4A. RGB value is (105,104,74). Sum of RGB (Red+Green+Blue) = 105+104+74=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #69684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69684A is #9697B5. Grayscale: #656565. Windows color (decimal): -9869238 or 4876393. OLE color: 4876393.
HSL color Cylindrical-coordinate representation of color #69684A: hue angle of 58.06º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69684A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 74 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.59 |
| HSL | 58.06º | 0.17% | 0.35% | - |
| HSV(B) | 58.06º | 0.3% | 0.41% | - |
| XYZ | 12.01 | 13.4 | 8.43 | - |
| YUV | 100.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 74 | 0 | 0.01 | 0.30 | 0.59 | 58.06 | 0.17 | 0.35 |
| Hex | 69 | 68 | 4A | 0 | 1 | 1E | 3B | 3A | 11 | 23 |
| Octal | 151 | 150 | 112 | 0 | 1 | 36 | 73 | 72 | 21 | 43 |
| Binary | 1101001 | 1101000 | 1001010 | 0 | 1 | 11110 | 111011 | 111010 | 10001 | 100011 |
Color Harmonies of #69684A
Complementary color
Monochromatic Colors of #69684A
Black with #69684A
Text Example
Text Example
White with #69684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69684A; }
p { color: rgb(105,104,74); }
H1.HeaderClassName
{
color: #69684A;
}
.AnyTagClassName
{
color: #69684A;
}
</style>
background-color css
<style>
a { background-color: #69684A; }
a { background-color: rgb(105,104,74); }
div.DivClassName
{
background-color: #69684A;
}
.BgClassName
{
background-color: #69684A;
}
</style>
border-color css
<style>
span { border-color: #69684A; }
span { border-color: rgb(105,104,74); }
td.TdClassName
{
border-color: #69684A;
}
.TagClassName
{
border-color: #69684A;
}
</style>