Shades of Hemlock #676447
Tints of Hemlock #676447
RGB
CMYK
RGB Variations
Color information
#676447 (or 0x676447) is known color: Hemlock. HEX triplet: 67, 64 and 47. RGB value is (103,100,71). Sum of RGB (Red+Green+Blue) = 103+100+71=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #676447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676447 is #989BB8. Grayscale: #616161. Windows color (decimal): -10001337 or 4678759. OLE color: 4678759.
HSL color Cylindrical-coordinate representation of color #676447: hue angle of 54.38º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #676447 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 100 | 71 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.60 |
| HSL | 54.38º | 0.18% | 0.34% | - |
| HSV(B) | 54.38º | 0.31% | 0.4% | - |
| XYZ | 11.29 | 12.45 | 7.77 | - |
| YUV | 97.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 71 | 0 | 0.03 | 0.31 | 0.60 | 54.38 | 0.18 | 0.34 |
| Hex | 67 | 64 | 47 | 0 | 3 | 1F | 3C | 36 | 12 | 22 |
| Octal | 147 | 144 | 107 | 0 | 3 | 37 | 74 | 66 | 22 | 42 |
| Binary | 1100111 | 1100100 | 1000111 | 0 | 11 | 11111 | 111100 | 110110 | 10010 | 100010 |
Color Harmonies of #676447
Complementary color
Monochromatic Colors of #676447
Black with #676447
Text Example
Text Example
White with #676447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676447; }
p { color: rgb(103,100,71); }
H1.HeaderClassName
{
color: #676447;
}
.AnyTagClassName
{
color: #676447;
}
</style>
background-color css
<style>
a { background-color: #676447; }
a { background-color: rgb(103,100,71); }
div.DivClassName
{
background-color: #676447;
}
.BgClassName
{
background-color: #676447;
}
</style>
border-color css
<style>
span { border-color: #676447; }
span { border-color: rgb(103,100,71); }
td.TdClassName
{
border-color: #676447;
}
.TagClassName
{
border-color: #676447;
}
</style>