#5E644A

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

Shades of Woodland #5E644A

Tints of Woodland #5E644A

Color information

#5E644A (or 0x5E644A) is unknown color: approx Woodland. HEX triplet: 5E, 64 and 4A. RGB value is (94,100,74). Sum of RGB (Red+Green+Blue) = 94+100+74=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #5E644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E644A is #A19BB5. Grayscale: #5F5F5F. Windows color (decimal): -10591158 or 4875358. OLE color: 4875358.

HSL color Cylindrical-coordinate representation of color #5E644A: hue angle of 73.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E644A is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB9410074-
CMYK0.0600.260.61
HSL73.85º14.94%34.12%-
HSV(B)73.85º26%39.22%-
XYZ10.4111.998.24-
YUV95.24116.01127.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=35.07%
G=37.31%
B=27.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal94100740.0600.260.6173.8514.9434.12
Hex5E644A601A3D4af22
Octal1361441126032751121742
Binary10111101100100100101011001101011110110010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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