Shades of Hemlock #676648
Tints of Hemlock #676648
RGB
CMYK
RGB Variations
Color information
#676648 (or 0x676648) is known color: Hemlock. HEX triplet: 67, 66 and 48. RGB value is (103,102,72). Sum of RGB (Red+Green+Blue) = 103+102+72=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #676648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676648 is #9899B7. Grayscale: #636363. Windows color (decimal): -10000824 or 4744807. OLE color: 4744807.
HSL color Cylindrical-coordinate representation of color #676648: hue angle of 58.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #676648 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 72 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.60 |
| HSL | 58.06º | 0.18% | 0.34% | - |
| HSV(B) | 58.06º | 0.3% | 0.4% | - |
| XYZ | 11.51 | 12.85 | 8.01 | - |
| YUV | 98.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 72 | 0 | 0.01 | 0.30 | 0.60 | 58.06 | 0.18 | 0.34 |
| Hex | 67 | 66 | 48 | 0 | 1 | 1E | 3C | 3A | 12 | 22 |
| Octal | 147 | 146 | 110 | 0 | 1 | 36 | 74 | 72 | 22 | 42 |
| Binary | 1100111 | 1100110 | 1001000 | 0 | 1 | 11110 | 111100 | 111010 | 10010 | 100010 |
Color Harmonies of #676648
Complementary color
Monochromatic Colors of #676648
Black with #676648
Text Example
Text Example
White with #676648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676648; }
p { color: rgb(103,102,72); }
H1.HeaderClassName
{
color: #676648;
}
.AnyTagClassName
{
color: #676648;
}
</style>
background-color css
<style>
a { background-color: #676648; }
a { background-color: rgb(103,102,72); }
div.DivClassName
{
background-color: #676648;
}
.BgClassName
{
background-color: #676648;
}
</style>
border-color css
<style>
span { border-color: #676648; }
span { border-color: rgb(103,102,72); }
td.TdClassName
{
border-color: #676648;
}
.TagClassName
{
border-color: #676648;
}
</style>