Shades of Hemlock #676649
Tints of Hemlock #676649
RGB
CMYK
RGB Variations
Color information
#676649 (or 0x676649) is known color: Hemlock. HEX triplet: 67, 66 and 49. RGB value is (103,102,73). Sum of RGB (Red+Green+Blue) = 103+102+73=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #676649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676649 is #9899B6. Grayscale: #636363. Windows color (decimal): -10000823 or 4810343. OLE color: 4810343.
HSL color Cylindrical-coordinate representation of color #676649: hue angle of 58º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #676649 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 73 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.60 |
| HSL | 58º | 0.17% | 0.35% | - |
| HSV(B) | 58º | 0.29% | 0.4% | - |
| XYZ | 11.55 | 12.87 | 8.18 | - |
| YUV | 98.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 73 | 0 | 0.01 | 0.29 | 0.60 | 58 | 0.17 | 0.35 |
| Hex | 67 | 66 | 49 | 0 | 1 | 1D | 3C | 3A | 11 | 23 |
| Octal | 147 | 146 | 111 | 0 | 1 | 35 | 74 | 72 | 21 | 43 |
| Binary | 1100111 | 1100110 | 1001001 | 0 | 1 | 11101 | 111100 | 111010 | 10001 | 100011 |
Color Harmonies of #676649
Complementary color
Monochromatic Colors of #676649
Black with #676649
Text Example
Text Example
White with #676649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676649; }
p { color: rgb(103,102,73); }
H1.HeaderClassName
{
color: #676649;
}
.AnyTagClassName
{
color: #676649;
}
</style>
background-color css
<style>
a { background-color: #676649; }
a { background-color: rgb(103,102,73); }
div.DivClassName
{
background-color: #676649;
}
.BgClassName
{
background-color: #676649;
}
</style>
border-color css
<style>
span { border-color: #676649; }
span { border-color: rgb(103,102,73); }
td.TdClassName
{
border-color: #676649;
}
.TagClassName
{
border-color: #676649;
}
</style>