Shades of Hemlock #6B6951
Tints of Hemlock #6B6951
RGB
CMYK
RGB Variations
Color information
#6B6951 (or 0x6B6951) is known color: Hemlock. HEX triplet: 6B, 69 and 51. RGB value is (107,105,81). Sum of RGB (Red+Green+Blue) = 107+105+81=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6951 is #9496AE. Grayscale: #666666. Windows color (decimal): -9737903 or 5335403. OLE color: 5335403.
HSL color Cylindrical-coordinate representation of color #6B6951: hue angle of 55.38º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B6951 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 81 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.58 |
| HSL | 55.38º | 0.14% | 0.37% | - |
| HSV(B) | 55.38º | 0.24% | 0.42% | - |
| XYZ | 12.6 | 13.82 | 9.79 | - |
| YUV | 102.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 81 | 0 | 0.02 | 0.24 | 0.58 | 55.38 | 0.14 | 0.37 |
| Hex | 6B | 69 | 51 | 0 | 2 | 18 | 3A | 37 | E | 25 |
| Octal | 153 | 151 | 121 | 0 | 2 | 30 | 72 | 67 | 16 | 45 |
| Binary | 1101011 | 1101001 | 1010001 | 0 | 10 | 11000 | 111010 | 110111 | 1110 | 100101 |
Color Harmonies of #6B6951
Complementary color
Monochromatic Colors of #6B6951
Black with #6B6951
Text Example
Text Example
White with #6B6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6951; }
p { color: rgb(107,105,81); }
H1.HeaderClassName
{
color: #6B6951;
}
.AnyTagClassName
{
color: #6B6951;
}
</style>
background-color css
<style>
a { background-color: #6B6951; }
a { background-color: rgb(107,105,81); }
div.DivClassName
{
background-color: #6B6951;
}
.BgClassName
{
background-color: #6B6951;
}
</style>
border-color css
<style>
span { border-color: #6B6951; }
span { border-color: rgb(107,105,81); }
td.TdClassName
{
border-color: #6B6951;
}
.TagClassName
{
border-color: #6B6951;
}
</style>