Shades of Hemlock #6B6B52
Tints of Hemlock #6B6B52
RGB
CMYK
RGB Variations
Color information
#6B6B52 (or 0x6B6B52) is known color: Hemlock. HEX triplet: 6B, 6B and 52. RGB value is (107,107,82). Sum of RGB (Red+Green+Blue) = 107+107+82=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6B52 is #9494AD. Grayscale: #686868. Windows color (decimal): -9737390 or 5401451. OLE color: 5401451.
HSL color Cylindrical-coordinate representation of color #6B6B52: hue angle of 60º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B6B52 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 107 | 82 | - |
| CMYK | 0 | 0 | 0.23 | 0.58 |
| HSL | 60º | 0.13% | 0.37% | - |
| HSV(B) | 60º | 0.23% | 0.42% | - |
| XYZ | 12.84 | 14.25 | 10.06 | - |
| YUV | 104.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 82 | 0 | 0 | 0.23 | 0.58 | 60 | 0.13 | 0.37 |
| Hex | 6B | 6B | 52 | 0 | 0 | 17 | 3A | 3C | D | 25 |
| Octal | 153 | 153 | 122 | 0 | 0 | 27 | 72 | 74 | 15 | 45 |
| Binary | 1101011 | 1101011 | 1010010 | 0 | 0 | 10111 | 111010 | 111100 | 1101 | 100101 |
Color Harmonies of #6B6B52
Complementary color
Monochromatic Colors of #6B6B52
Black with #6B6B52
Text Example
Text Example
White with #6B6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B52; }
p { color: rgb(107,107,82); }
H1.HeaderClassName
{
color: #6B6B52;
}
.AnyTagClassName
{
color: #6B6B52;
}
</style>
background-color css
<style>
a { background-color: #6B6B52; }
a { background-color: rgb(107,107,82); }
div.DivClassName
{
background-color: #6B6B52;
}
.BgClassName
{
background-color: #6B6B52;
}
</style>
border-color css
<style>
span { border-color: #6B6B52; }
span { border-color: rgb(107,107,82); }
td.TdClassName
{
border-color: #6B6B52;
}
.TagClassName
{
border-color: #6B6B52;
}
</style>