Shades of Hemlock #676848
Tints of Hemlock #676848
RGB
CMYK
RGB Variations
Color information
#676848 (or 0x676848) is known color: Hemlock. HEX triplet: 67, 68 and 48. RGB value is (103,104,72). Sum of RGB (Red+Green+Blue) = 103+104+72=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #676848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676848 is #9897B7. Grayscale: #646464. Windows color (decimal): -10000312 or 4745319. OLE color: 4745319.
HSL color Cylindrical-coordinate representation of color #676848: hue angle of 61.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #676848 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 72 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.59 |
| HSL | 61.88º | 0.18% | 0.35% | - |
| HSV(B) | 61.88º | 0.31% | 0.41% | - |
| XYZ | 11.71 | 13.25 | 8.07 | - |
| YUV | 100.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 72 | 0.01 | 0 | 0.31 | 0.59 | 61.88 | 0.18 | 0.35 |
| Hex | 67 | 68 | 48 | 1 | 0 | 1F | 3B | 3E | 12 | 23 |
| Octal | 147 | 150 | 110 | 1 | 0 | 37 | 73 | 76 | 22 | 43 |
| Binary | 1100111 | 1101000 | 1001000 | 1 | 0 | 11111 | 111011 | 111110 | 10010 | 100011 |
Color Harmonies of #676848
Complementary color
Monochromatic Colors of #676848
Black with #676848
Text Example
Text Example
White with #676848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676848; }
p { color: rgb(103,104,72); }
H1.HeaderClassName
{
color: #676848;
}
.AnyTagClassName
{
color: #676848;
}
</style>
background-color css
<style>
a { background-color: #676848; }
a { background-color: rgb(103,104,72); }
div.DivClassName
{
background-color: #676848;
}
.BgClassName
{
background-color: #676848;
}
</style>
border-color css
<style>
span { border-color: #676848; }
span { border-color: rgb(103,104,72); }
td.TdClassName
{
border-color: #676848;
}
.TagClassName
{
border-color: #676848;
}
</style>