Shades of Hemlock #6B6846
Tints of Hemlock #6B6846
RGB
CMYK
RGB Variations
Color information
#6B6846 (or 0x6B6846) is known color: Hemlock. HEX triplet: 6B, 68 and 46. RGB value is (107,104,70). Sum of RGB (Red+Green+Blue) = 107+104+70=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6846 is #9497B9. Grayscale: #656565. Windows color (decimal): -9738170 or 4614251. OLE color: 4614251.
HSL color Cylindrical-coordinate representation of color #6B6846: hue angle of 55.14º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B6846 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 70 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.58 |
| HSL | 55.14º | 0.21% | 0.35% | - |
| HSV(B) | 55.14º | 0.35% | 0.42% | - |
| XYZ | 12.12 | 13.47 | 7.76 | - |
| YUV | 101.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 70 | 0 | 0.03 | 0.35 | 0.58 | 55.14 | 0.21 | 0.35 |
| Hex | 6B | 68 | 46 | 0 | 3 | 23 | 3A | 37 | 15 | 23 |
| Octal | 153 | 150 | 106 | 0 | 3 | 43 | 72 | 67 | 25 | 43 |
| Binary | 1101011 | 1101000 | 1000110 | 0 | 11 | 100011 | 111010 | 110111 | 10101 | 100011 |
Color Harmonies of #6B6846
Complementary color
Monochromatic Colors of #6B6846
Black with #6B6846
Text Example
Text Example
White with #6B6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6846; }
p { color: rgb(107,104,70); }
H1.HeaderClassName
{
color: #6B6846;
}
.AnyTagClassName
{
color: #6B6846;
}
</style>
background-color css
<style>
a { background-color: #6B6846; }
a { background-color: rgb(107,104,70); }
div.DivClassName
{
background-color: #6B6846;
}
.BgClassName
{
background-color: #6B6846;
}
</style>
border-color css
<style>
span { border-color: #6B6846; }
span { border-color: rgb(107,104,70); }
td.TdClassName
{
border-color: #6B6846;
}
.TagClassName
{
border-color: #6B6846;
}
</style>