Shades of Hemlock #6B674D
Tints of Hemlock #6B674D
RGB
CMYK
RGB Variations
Color information
#6B674D (or 0x6B674D) is known color: Hemlock. HEX triplet: 6B, 67 and 4D. RGB value is (107,103,77). Sum of RGB (Red+Green+Blue) = 107+103+77=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B674D is #9498B2. Grayscale: #656565. Windows color (decimal): -9738419 or 5072747. OLE color: 5072747.
HSL color Cylindrical-coordinate representation of color #6B674D: hue angle of 52º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B674D is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 77 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.58 |
| HSL | 52º | 0.16% | 0.36% | - |
| HSV(B) | 52º | 0.28% | 0.42% | - |
| XYZ | 12.25 | 13.36 | 8.95 | - |
| YUV | 101.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 77 | 0 | 0.04 | 0.28 | 0.58 | 52 | 0.16 | 0.36 |
| Hex | 6B | 67 | 4D | 0 | 4 | 1C | 3A | 34 | 10 | 24 |
| Octal | 153 | 147 | 115 | 0 | 4 | 34 | 72 | 64 | 20 | 44 |
| Binary | 1101011 | 1100111 | 1001101 | 0 | 100 | 11100 | 111010 | 110100 | 10000 | 100100 |
Color Harmonies of #6B674D
Complementary color
Monochromatic Colors of #6B674D
Black with #6B674D
Text Example
Text Example
White with #6B674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B674D; }
p { color: rgb(107,103,77); }
H1.HeaderClassName
{
color: #6B674D;
}
.AnyTagClassName
{
color: #6B674D;
}
</style>
background-color css
<style>
a { background-color: #6B674D; }
a { background-color: rgb(107,103,77); }
div.DivClassName
{
background-color: #6B674D;
}
.BgClassName
{
background-color: #6B674D;
}
</style>
border-color css
<style>
span { border-color: #6B674D; }
span { border-color: rgb(107,103,77); }
td.TdClassName
{
border-color: #6B674D;
}
.TagClassName
{
border-color: #6B674D;
}
</style>