Shades of Hemlock #6A6B4B
Tints of Hemlock #6A6B4B
RGB
CMYK
RGB Variations
Color information
#6A6B4B (or 0x6A6B4B) is known color: Hemlock. HEX triplet: 6A, 6B and 4B. RGB value is (106,107,75). Sum of RGB (Red+Green+Blue) = 106+107+75=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B4B is #9594B4. Grayscale: #676767. Windows color (decimal): -9802933 or 4942698. OLE color: 4942698.
HSL color Cylindrical-coordinate representation of color #6A6B4B: hue angle of 61.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A6B4B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 107 | 75 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.58 |
| HSL | 61.88º | 0.18% | 0.36% | - |
| HSV(B) | 61.88º | 0.3% | 0.42% | - |
| XYZ | 12.47 | 14.09 | 8.72 | - |
| YUV | 103.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 75 | 0.01 | 0 | 0.30 | 0.58 | 61.88 | 0.18 | 0.36 |
| Hex | 6A | 6B | 4B | 1 | 0 | 1E | 3A | 3E | 12 | 24 |
| Octal | 152 | 153 | 113 | 1 | 0 | 36 | 72 | 76 | 22 | 44 |
| Binary | 1101010 | 1101011 | 1001011 | 1 | 0 | 11110 | 111010 | 111110 | 10010 | 100100 |
Color Harmonies of #6A6B4B
Complementary color
Monochromatic Colors of #6A6B4B
Black with #6A6B4B
Text Example
Text Example
White with #6A6B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B4B; }
p { color: rgb(106,107,75); }
H1.HeaderClassName
{
color: #6A6B4B;
}
.AnyTagClassName
{
color: #6A6B4B;
}
</style>
background-color css
<style>
a { background-color: #6A6B4B; }
a { background-color: rgb(106,107,75); }
div.DivClassName
{
background-color: #6A6B4B;
}
.BgClassName
{
background-color: #6A6B4B;
}
</style>
border-color css
<style>
span { border-color: #6A6B4B; }
span { border-color: rgb(106,107,75); }
td.TdClassName
{
border-color: #6A6B4B;
}
.TagClassName
{
border-color: #6A6B4B;
}
</style>