Shades of Hemlock #69674E
Tints of Hemlock #69674E
RGB
CMYK
RGB Variations
Color information
#69674E (or 0x69674E) is known color: Hemlock. HEX triplet: 69, 67 and 4E. RGB value is (105,103,78). Sum of RGB (Red+Green+Blue) = 105+103+78=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #69674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69674E is #9698B1. Grayscale: #646464. Windows color (decimal): -9869490 or 5138281. OLE color: 5138281.
HSL color Cylindrical-coordinate representation of color #69674E: hue angle of 55.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69674E is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 78 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.59 |
| HSL | 55.56º | 0.15% | 0.36% | - |
| HSV(B) | 55.56º | 0.26% | 0.41% | - |
| XYZ | 12.05 | 13.25 | 9.13 | - |
| YUV | 100.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 78 | 0 | 0.02 | 0.26 | 0.59 | 55.56 | 0.15 | 0.36 |
| Hex | 69 | 67 | 4E | 0 | 2 | 1A | 3B | 38 | F | 24 |
| Octal | 151 | 147 | 116 | 0 | 2 | 32 | 73 | 70 | 17 | 44 |
| Binary | 1101001 | 1100111 | 1001110 | 0 | 10 | 11010 | 111011 | 111000 | 1111 | 100100 |
Color Harmonies of #69674E
Complementary color
Monochromatic Colors of #69674E
Black with #69674E
Text Example
Text Example
White with #69674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69674E; }
p { color: rgb(105,103,78); }
H1.HeaderClassName
{
color: #69674E;
}
.AnyTagClassName
{
color: #69674E;
}
</style>
background-color css
<style>
a { background-color: #69674E; }
a { background-color: rgb(105,103,78); }
div.DivClassName
{
background-color: #69674E;
}
.BgClassName
{
background-color: #69674E;
}
</style>
border-color css
<style>
span { border-color: #69674E; }
span { border-color: rgb(105,103,78); }
td.TdClassName
{
border-color: #69674E;
}
.TagClassName
{
border-color: #69674E;
}
</style>