#5E662E

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

Shades of Rain Forest #5E662E

Tints of Rain Forest #5E662E

Color information

#5E662E (or 0x5E662E) is unknown color: approx Rain Forest. HEX triplet: 5E, 66 and 2E. RGB value is (94,102,46). Sum of RGB (Red+Green+Blue) = 94+102+46=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #5E662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E662E is #A199D1. Grayscale: #5D5D5D. Windows color (decimal): -10590674 or 3040862. OLE color: 3040862.

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

Color convert

RGB9410246-
CMYK0.0800.550.6
HSL68.57º37.84%29.02%-
HSV(B)68.57º54.9%40%-
XYZ9.8612.084.4-
YUV93.22101.35128.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.84%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=38.84%
G=42.15%
B=19.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102460.0800.550.668.5737.8429.02
Hex5E662E80373C45261d
Octal1361465610067741054635
Binary1011110110011010111010000110111111100100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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