#5E614E

Color #5E614E Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5E614E

Tints of Woodland #5E614E

Color information

#5E614E (or 0x5E614E) is unknown color: approx Woodland. HEX triplet: 5E, 61 and 4E. RGB value is (94,97,78). Sum of RGB (Red+Green+Blue) = 94+97+78=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #5E614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E614E is #A19EB1. Grayscale: #5E5E5E. Windows color (decimal): -10591922 or 5136734. OLE color: 5136734.

HSL color Cylindrical-coordinate representation of color #5E614E: hue angle of 69.47º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E614E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB949778-
CMYK0.0300.200.62
HSL69.47º10.86%34.31%-
HSV(B)69.47º19.59%38.04%-
XYZ10.2711.488.88-
YUV93.94119.01128.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.94%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=34.94%
G=36.06%
B=29.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497780.0300.200.6269.4710.8634.31
Hex5E614E30143E45b22
Octal1361411163024761051342
Binary1011110110000110011101101010011111010001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E614E; }

 p { color: rgb(94,97,78); }

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

<style>
 a { background-color: #5E614E; }

 a { background-color: rgb(94,97,78); }

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

<style>
 span { border-color: #5E614E; }

 span { border-color: rgb(94,97,78); }

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