Shades of Hemlock #6B6D48
Tints of Hemlock #6B6D48
RGB
CMYK
RGB Variations
Color information
#6B6D48 (or 0x6B6D48) is known color: Hemlock. HEX triplet: 6B, 6D and 48. RGB value is (107,109,72). Sum of RGB (Red+Green+Blue) = 107+109+72=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D48 is #9492B7. Grayscale: #686868. Windows color (decimal): -9736888 or 4746603. OLE color: 4746603.
HSL color Cylindrical-coordinate representation of color #6B6D48: hue angle of 63.24º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B6D48 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 72 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.57 |
| HSL | 63.24º | 0.2% | 0.35% | - |
| HSV(B) | 63.24º | 0.34% | 0.43% | - |
| XYZ | 12.7 | 14.53 | 8.27 | - |
| YUV | 104.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 72 | 0.02 | 0 | 0.34 | 0.57 | 63.24 | 0.2 | 0.35 |
| Hex | 6B | 6D | 48 | 2 | 0 | 22 | 39 | 3F | 14 | 23 |
| Octal | 153 | 155 | 110 | 2 | 0 | 42 | 71 | 77 | 24 | 43 |
| Binary | 1101011 | 1101101 | 1001000 | 10 | 0 | 100010 | 111001 | 111111 | 10100 | 100011 |
Color Harmonies of #6B6D48
Complementary color
Monochromatic Colors of #6B6D48
Black with #6B6D48
Text Example
Text Example
White with #6B6D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D48; }
p { color: rgb(107,109,72); }
H1.HeaderClassName
{
color: #6B6D48;
}
.AnyTagClassName
{
color: #6B6D48;
}
</style>
background-color css
<style>
a { background-color: #6B6D48; }
a { background-color: rgb(107,109,72); }
div.DivClassName
{
background-color: #6B6D48;
}
.BgClassName
{
background-color: #6B6D48;
}
</style>
border-color css
<style>
span { border-color: #6B6D48; }
span { border-color: rgb(107,109,72); }
td.TdClassName
{
border-color: #6B6D48;
}
.TagClassName
{
border-color: #6B6D48;
}
</style>