Shades of Hemlock #69674D
Tints of Hemlock #69674D
RGB
CMYK
RGB Variations
Color information
#69674D (or 0x69674D) is known color: Hemlock. HEX triplet: 69, 67 and 4D. RGB value is (105,103,77). Sum of RGB (Red+Green+Blue) = 105+103+77=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69674D is #9698B2. Grayscale: #646464. Windows color (decimal): -9869491 or 5072745. OLE color: 5072745.
HSL color Cylindrical-coordinate representation of color #69674D: hue angle of 55.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69674D is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 77 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.59 |
| HSL | 55.71º | 0.15% | 0.36% | - |
| HSV(B) | 55.71º | 0.27% | 0.41% | - |
| XYZ | 12.02 | 13.24 | 8.94 | - |
| YUV | 100.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 77 | 0 | 0.02 | 0.27 | 0.59 | 55.71 | 0.15 | 0.36 |
| Hex | 69 | 67 | 4D | 0 | 2 | 1B | 3B | 38 | F | 24 |
| Octal | 151 | 147 | 115 | 0 | 2 | 33 | 73 | 70 | 17 | 44 |
| Binary | 1101001 | 1100111 | 1001101 | 0 | 10 | 11011 | 111011 | 111000 | 1111 | 100100 |
Color Harmonies of #69674D
Complementary color
Monochromatic Colors of #69674D
Black with #69674D
Text Example
Text Example
White with #69674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69674D; }
p { color: rgb(105,103,77); }
H1.HeaderClassName
{
color: #69674D;
}
.AnyTagClassName
{
color: #69674D;
}
</style>
background-color css
<style>
a { background-color: #69674D; }
a { background-color: rgb(105,103,77); }
div.DivClassName
{
background-color: #69674D;
}
.BgClassName
{
background-color: #69674D;
}
</style>
border-color css
<style>
span { border-color: #69674D; }
span { border-color: rgb(105,103,77); }
td.TdClassName
{
border-color: #69674D;
}
.TagClassName
{
border-color: #69674D;
}
</style>