Shades of Hemlock #6A6A3F
Tints of Hemlock #6A6A3F
RGB
CMYK
RGB Variations
Color information
#6A6A3F (or 0x6A6A3F) is known color: Hemlock. HEX triplet: 6A, 6A and 3F. RGB value is (106,106,63). Sum of RGB (Red+Green+Blue) = 106+106+63=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 106 - color contains mainly: red, green. Hex color #6A6A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6A3F is #9595C0. Grayscale: #656565. Windows color (decimal): -9803201 or 4156010. OLE color: 4156010.
HSL color Cylindrical-coordinate representation of color #6A6A3F: hue angle of 60º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A6A3F is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
RGB | 106 | 106 | 63 | - |
CMYK | 0 | 0 | 0.41 | 0.58 |
HSL | 60º | 0.25% | 0.33% | - |
HSV(B) | 60º | 0.41% | 0.42% | - |
XYZ | 12 | 13.73 | 6.72 | - |
YUV | 101.1 | 106.5 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 106 | 63 | 0 | 0 | 0.41 | 0.58 | 60 | 0.25 | 0.33 |
Hex | 6A | 6A | 3F | 0 | 0 | 29 | 3A | 3C | 19 | 21 |
Octal | 152 | 152 | 77 | 0 | 0 | 51 | 72 | 74 | 31 | 41 |
Binary | 1101010 | 1101010 | 111111 | 0 | 0 | 101001 | 111010 | 111100 | 11001 | 100001 |
Color Harmonies of #6A6A3F
Complementary color
Monochromatic Colors of #6A6A3F
Black with #6A6A3F
Text Example
Text Example
White with #6A6A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6A3F; }
p { color: rgb(106,106,63); }
H1.HeaderClassName
{
color: #6A6A3F;
}
.AnyTagClassName
{
color: #6A6A3F;
}
</style>
background-color css
<style>
a { background-color: #6A6A3F; }
a { background-color: rgb(106,106,63); }
div.DivClassName
{
background-color: #6A6A3F;
}
.BgClassName
{
background-color: #6A6A3F;
}
</style>
border-color css
<style>
span { border-color: #6A6A3F; }
span { border-color: rgb(106,106,63); }
td.TdClassName
{
border-color: #6A6A3F;
}
.TagClassName
{
border-color: #6A6A3F;
}
</style>