Shades of Hemlock #6C6A53
Tints of Hemlock #6C6A53
RGB
CMYK
RGB Variations
Color information
#6C6A53 (or 0x6C6A53) is known color: Hemlock. HEX triplet: 6C, 6A and 53. RGB value is (108,106,83). Sum of RGB (Red+Green+Blue) = 108+106+83=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6A53 is #9395AC. Grayscale: #686868. Windows color (decimal): -9672109 or 5466732. OLE color: 5466732.
HSL color Cylindrical-coordinate representation of color #6C6A53: hue angle of 55.2º 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 #6C6A53 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 106 | 83 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.58 |
| HSL | 55.2º | 0.13% | 0.37% | - |
| HSV(B) | 55.2º | 0.23% | 0.42% | - |
| XYZ | 12.9 | 14.12 | 10.23 | - |
| YUV | 103.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 83 | 0 | 0.02 | 0.23 | 0.58 | 55.2 | 0.13 | 0.37 |
| Hex | 6C | 6A | 53 | 0 | 2 | 17 | 3A | 37 | D | 25 |
| Octal | 154 | 152 | 123 | 0 | 2 | 27 | 72 | 67 | 15 | 45 |
| Binary | 1101100 | 1101010 | 1010011 | 0 | 10 | 10111 | 111010 | 110111 | 1101 | 100101 |
Color Harmonies of #6C6A53
Complementary color
Monochromatic Colors of #6C6A53
Black with #6C6A53
Text Example
Text Example
White with #6C6A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6A53; }
p { color: rgb(108,106,83); }
H1.HeaderClassName
{
color: #6C6A53;
}
.AnyTagClassName
{
color: #6C6A53;
}
</style>
background-color css
<style>
a { background-color: #6C6A53; }
a { background-color: rgb(108,106,83); }
div.DivClassName
{
background-color: #6C6A53;
}
.BgClassName
{
background-color: #6C6A53;
}
</style>
border-color css
<style>
span { border-color: #6C6A53; }
span { border-color: rgb(108,106,83); }
td.TdClassName
{
border-color: #6C6A53;
}
.TagClassName
{
border-color: #6C6A53;
}
</style>