#6A6947

Color #6A6947 Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #6A6947

Tints of Hemlock #6A6947

Color information

#6A6947 (or 0x6A6947) is unknown color: approx Hemlock. HEX triplet: 6A, 69 and 47. RGB value is (106,105,71). Sum of RGB (Red+Green+Blue) = 106+105+71=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6947 is #9596B8. Grayscale: #656565. Windows color (decimal): -9803449 or 4680042. OLE color: 4680042.

HSL color Cylindrical-coordinate representation of color #6A6947: hue angle of 58.29º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A6947 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB10610571-
CMYK00.010.330.58
HSL58.29º19.77%34.71%-
HSV(B)58.29º33.02%41.57%-
XYZ12.1313.627.95-
YUV101.42110.83131.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=37.59%
G=37.23%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061057100.010.330.5858.2919.7734.71
Hex6A694701213A3a1423
Octal152151107014172722443
Binary1101010110100110001110110000111101011101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6947; }

 p { color: rgb(106,105,71); }

 H1.HeaderClassName
 {
   color: #6A6947;
 }
 .AnyTagClassName
 {
   color: #6A6947;
 }
</style>
background-color css

<style>
 a { background-color: #6A6947; }

 a { background-color: rgb(106,105,71); }

 div.DivClassName
 {
   background-color: #6A6947;
 }
 .BgClassName
 {
   background-color: #6A6947;
 }
</style>
border-color css

<style>
 span { border-color: #6A6947; }

 span { border-color: rgb(106,105,71); }

 td.TdClassName
 {
   border-color: #6A6947;
 }
 .TagClassName
 {
   border-color: #6A6947;
 }
</style>