#5E614F

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

Shades of Woodland #5E614F

Tints of Woodland #5E614F

Color information

#5E614F (or 0x5E614F) is unknown color: approx Woodland. HEX triplet: 5E, 61 and 4F. RGB value is (94,97,79). Sum of RGB (Red+Green+Blue) = 94+97+79=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #5E614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E614F is #A19EB0. Grayscale: #5E5E5E. Windows color (decimal): -10591921 or 5202270. OLE color: 5202270.

HSL color Cylindrical-coordinate representation of color #5E614F: hue angle of 70º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E614F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB949779-
CMYK0.0300.190.62
HSL70º10.23%34.51%-
HSV(B)70º18.56%38.04%-
XYZ10.311.499.07-
YUV94.05119.51127.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=34.81%
G=35.93%
B=29.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497790.0300.190.627010.2334.51
Hex5E614F30133E46a23
Octal1361411173023761061243
Binary1011110110000110011111101001111111010001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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