Shades of Hemlock #6B6649
Tints of Hemlock #6B6649
RGB
CMYK
RGB Variations
Color information
#6B6649 (or 0x6B6649) is known color: Hemlock. HEX triplet: 6B, 66 and 49. RGB value is (107,102,73). Sum of RGB (Red+Green+Blue) = 107+102+73=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6649 is #9499B6. Grayscale: #646464. Windows color (decimal): -9738679 or 4810347. OLE color: 4810347.
HSL color Cylindrical-coordinate representation of color #6B6649: hue angle of 51.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B6649 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 73 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.58 |
| HSL | 51.18º | 0.19% | 0.35% | - |
| HSV(B) | 51.18º | 0.32% | 0.42% | - |
| XYZ | 12.02 | 13.11 | 8.2 | - |
| YUV | 100.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 73 | 0 | 0.05 | 0.32 | 0.58 | 51.18 | 0.19 | 0.35 |
| Hex | 6B | 66 | 49 | 0 | 5 | 20 | 3A | 33 | 13 | 23 |
| Octal | 153 | 146 | 111 | 0 | 5 | 40 | 72 | 63 | 23 | 43 |
| Binary | 1101011 | 1100110 | 1001001 | 0 | 101 | 100000 | 111010 | 110011 | 10011 | 100011 |
Color Harmonies of #6B6649
Complementary color
Monochromatic Colors of #6B6649
Black with #6B6649
Text Example
Text Example
White with #6B6649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6649; }
p { color: rgb(107,102,73); }
H1.HeaderClassName
{
color: #6B6649;
}
.AnyTagClassName
{
color: #6B6649;
}
</style>
background-color css
<style>
a { background-color: #6B6649; }
a { background-color: rgb(107,102,73); }
div.DivClassName
{
background-color: #6B6649;
}
.BgClassName
{
background-color: #6B6649;
}
</style>
border-color css
<style>
span { border-color: #6B6649; }
span { border-color: rgb(107,102,73); }
td.TdClassName
{
border-color: #6B6649;
}
.TagClassName
{
border-color: #6B6649;
}
</style>