Shades of Hemlock #6B6C44
Tints of Hemlock #6B6C44
RGB
CMYK
RGB Variations
Color information
#6B6C44 (or 0x6B6C44) is known color: Hemlock. HEX triplet: 6B, 6C and 44. RGB value is (107,108,68). Sum of RGB (Red+Green+Blue) = 107+108+68=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6C44 is #9493BB. Grayscale: #676767. Windows color (decimal): -9737148 or 4484203. OLE color: 4484203.
HSL color Cylindrical-coordinate representation of color #6B6C44: hue angle of 61.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B6C44 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 68 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.58 |
| HSL | 61.5º | 0.23% | 0.35% | - |
| HSV(B) | 61.5º | 0.37% | 0.42% | - |
| XYZ | 12.47 | 14.27 | 7.57 | - |
| YUV | 103.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 68 | 0.01 | 0 | 0.37 | 0.58 | 61.5 | 0.23 | 0.35 |
| Hex | 6B | 6C | 44 | 1 | 0 | 25 | 3A | 3E | 17 | 23 |
| Octal | 153 | 154 | 104 | 1 | 0 | 45 | 72 | 76 | 27 | 43 |
| Binary | 1101011 | 1101100 | 1000100 | 1 | 0 | 100101 | 111010 | 111110 | 10111 | 100011 |
Color Harmonies of #6B6C44
Complementary color
Monochromatic Colors of #6B6C44
Black with #6B6C44
Text Example
Text Example
White with #6B6C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C44; }
p { color: rgb(107,108,68); }
H1.HeaderClassName
{
color: #6B6C44;
}
.AnyTagClassName
{
color: #6B6C44;
}
</style>
background-color css
<style>
a { background-color: #6B6C44; }
a { background-color: rgb(107,108,68); }
div.DivClassName
{
background-color: #6B6C44;
}
.BgClassName
{
background-color: #6B6C44;
}
</style>
border-color css
<style>
span { border-color: #6B6C44; }
span { border-color: rgb(107,108,68); }
td.TdClassName
{
border-color: #6B6C44;
}
.TagClassName
{
border-color: #6B6C44;
}
</style>