Shades of Hemlock #6B6D45
Tints of Hemlock #6B6D45
RGB
CMYK
RGB Variations
Color information
#6B6D45 (or 0x6B6D45) is known color: Hemlock. HEX triplet: 6B, 6D and 45. RGB value is (107,109,69). Sum of RGB (Red+Green+Blue) = 107+109+69=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D45 is #9492BA. Grayscale: #686868. Windows color (decimal): -9736891 or 4549995. OLE color: 4549995.
HSL color Cylindrical-coordinate representation of color #6B6D45: hue angle of 63º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B6D45 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 69 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.57 |
| HSL | 63º | 0.22% | 0.35% | - |
| HSV(B) | 63º | 0.37% | 0.43% | - |
| XYZ | 12.61 | 14.49 | 7.76 | - |
| YUV | 103.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 69 | 0.02 | 0 | 0.37 | 0.57 | 63 | 0.22 | 0.35 |
| Hex | 6B | 6D | 45 | 2 | 0 | 25 | 39 | 3F | 16 | 23 |
| Octal | 153 | 155 | 105 | 2 | 0 | 45 | 71 | 77 | 26 | 43 |
| Binary | 1101011 | 1101101 | 1000101 | 10 | 0 | 100101 | 111001 | 111111 | 10110 | 100011 |
Color Harmonies of #6B6D45
Complementary color
Monochromatic Colors of #6B6D45
Black with #6B6D45
Text Example
Text Example
White with #6B6D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D45; }
p { color: rgb(107,109,69); }
H1.HeaderClassName
{
color: #6B6D45;
}
.AnyTagClassName
{
color: #6B6D45;
}
</style>
background-color css
<style>
a { background-color: #6B6D45; }
a { background-color: rgb(107,109,69); }
div.DivClassName
{
background-color: #6B6D45;
}
.BgClassName
{
background-color: #6B6D45;
}
</style>
border-color css
<style>
span { border-color: #6B6D45; }
span { border-color: rgb(107,109,69); }
td.TdClassName
{
border-color: #6B6D45;
}
.TagClassName
{
border-color: #6B6D45;
}
</style>