Shades of Hemlock #6C6B52
Tints of Hemlock #6C6B52
RGB
CMYK
RGB Variations
Color information
#6C6B52 (or 0x6C6B52) is known color: Hemlock. HEX triplet: 6C, 6B and 52. RGB value is (108,107,82). Sum of RGB (Red+Green+Blue) = 108+107+82=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6B52 is #9394AD. Grayscale: #686868. Windows color (decimal): -9671854 or 5401452. OLE color: 5401452.
HSL color Cylindrical-coordinate representation of color #6C6B52: hue angle of 57.69º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6B52 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 107 | 82 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.58 |
| HSL | 57.69º | 0.14% | 0.37% | - |
| HSV(B) | 57.69º | 0.24% | 0.42% | - |
| XYZ | 12.97 | 14.31 | 10.06 | - |
| YUV | 104.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 82 | 0 | 0.01 | 0.24 | 0.58 | 57.69 | 0.14 | 0.37 |
| Hex | 6C | 6B | 52 | 0 | 1 | 18 | 3A | 3A | E | 25 |
| Octal | 154 | 153 | 122 | 0 | 1 | 30 | 72 | 72 | 16 | 45 |
| Binary | 1101100 | 1101011 | 1010010 | 0 | 1 | 11000 | 111010 | 111010 | 1110 | 100101 |
Color Harmonies of #6C6B52
Complementary color
Monochromatic Colors of #6C6B52
Black with #6C6B52
Text Example
Text Example
White with #6C6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6B52; }
p { color: rgb(108,107,82); }
H1.HeaderClassName
{
color: #6C6B52;
}
.AnyTagClassName
{
color: #6C6B52;
}
</style>
background-color css
<style>
a { background-color: #6C6B52; }
a { background-color: rgb(108,107,82); }
div.DivClassName
{
background-color: #6C6B52;
}
.BgClassName
{
background-color: #6C6B52;
}
</style>
border-color css
<style>
span { border-color: #6C6B52; }
span { border-color: rgb(108,107,82); }
td.TdClassName
{
border-color: #6C6B52;
}
.TagClassName
{
border-color: #6C6B52;
}
</style>