#5E663B

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

Shades of Woodland #5E663B

Tints of Woodland #5E663B

Color information

#5E663B (or 0x5E663B) is unknown color: approx Woodland. HEX triplet: 5E, 66 and 3B. RGB value is (94,102,59). Sum of RGB (Red+Green+Blue) = 94+102+59=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #5E663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E663B is #A199C4. Grayscale: #5E5E5E. Windows color (decimal): -10590661 or 3892830. OLE color: 3892830.

HSL color Cylindrical-coordinate representation of color #5E663B: hue angle of 71.16º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E663B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB9410259-
CMYK0.0800.420.6
HSL71.16º26.71%31.57%-
HSV(B)71.16º42.16%40%-
XYZ10.1612.25.96-
YUV94.71107.85127.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=36.86%
G=40%
B=23.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102590.0800.420.671.1626.7131.57
Hex5E663B802A3C471b20
Octal1361467310052741073340
Binary1011110110011011101110000101010111100100011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,102,59); }

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

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

 a { background-color: rgb(94,102,59); }

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

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

 span { border-color: rgb(94,102,59); }

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