#5E614A

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

Shades of Woodland #5E614A

Tints of Woodland #5E614A

Color information

#5E614A (or 0x5E614A) is unknown color: approx Woodland. HEX triplet: 5E, 61 and 4A. RGB value is (94,97,74). Sum of RGB (Red+Green+Blue) = 94+97+74=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #5E614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E614A is #A19EB5. Grayscale: #5D5D5D. Windows color (decimal): -10591926 or 4874590. OLE color: 4874590.

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

Color convert

RGB949774-
CMYK0.0300.240.62
HSL67.83º13.45%33.53%-
HSV(B)67.83º23.71%38.04%-
XYZ10.1311.428.15-
YUV93.48117.01128.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=35.47%
G=36.60%
B=27.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497740.0300.240.6267.8313.4533.53
Hex5E614A30183E44d22
Octal1361411123030761041542
Binary1011110110000110010101101100011111010001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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