Shades of Hemlock #6A6B4A
Tints of Hemlock #6A6B4A
RGB
CMYK
RGB Variations
Color information
#6A6B4A (or 0x6A6B4A) is known color: Hemlock. HEX triplet: 6A, 6B and 4A. RGB value is (106,107,74). Sum of RGB (Red+Green+Blue) = 106+107+74=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B4A is #9594B5. Grayscale: #676767. Windows color (decimal): -9802934 or 4877162. OLE color: 4877162.
HSL color Cylindrical-coordinate representation of color #6A6B4A: hue angle of 61.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A6B4A is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 107 | 74 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.58 |
| HSL | 61.82º | 0.18% | 0.35% | - |
| HSV(B) | 61.82º | 0.31% | 0.42% | - |
| XYZ | 12.44 | 14.07 | 8.54 | - |
| YUV | 102.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 74 | 0.01 | 0 | 0.31 | 0.58 | 61.82 | 0.18 | 0.35 |
| Hex | 6A | 6B | 4A | 1 | 0 | 1F | 3A | 3E | 12 | 23 |
| Octal | 152 | 153 | 112 | 1 | 0 | 37 | 72 | 76 | 22 | 43 |
| Binary | 1101010 | 1101011 | 1001010 | 1 | 0 | 11111 | 111010 | 111110 | 10010 | 100011 |
Color Harmonies of #6A6B4A
Complementary color
Monochromatic Colors of #6A6B4A
Black with #6A6B4A
Text Example
Text Example
White with #6A6B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B4A; }
p { color: rgb(106,107,74); }
H1.HeaderClassName
{
color: #6A6B4A;
}
.AnyTagClassName
{
color: #6A6B4A;
}
</style>
background-color css
<style>
a { background-color: #6A6B4A; }
a { background-color: rgb(106,107,74); }
div.DivClassName
{
background-color: #6A6B4A;
}
.BgClassName
{
background-color: #6A6B4A;
}
</style>
border-color css
<style>
span { border-color: #6A6B4A; }
span { border-color: rgb(106,107,74); }
td.TdClassName
{
border-color: #6A6B4A;
}
.TagClassName
{
border-color: #6A6B4A;
}
</style>