#5E662A

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

Shades of Rain Forest #5E662A

Tints of Rain Forest #5E662A

Color information

#5E662A (or 0x5E662A) is unknown color: approx Rain Forest. HEX triplet: 5E, 66 and 2A. RGB value is (94,102,42). Sum of RGB (Red+Green+Blue) = 94+102+42=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #5E662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E662A is #A199D5. Grayscale: #5D5D5D. Windows color (decimal): -10590678 or 2778718. OLE color: 2778718.

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

Color convert

RGB9410242-
CMYK0.0800.590.6
HSL68º41.67%28.24%-
HSV(B)68º58.82%40%-
XYZ9.7912.054-
YUV92.7799.35128.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.50%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=39.50%
G=42.86%
B=17.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102420.0800.590.66841.6728.24
Hex5E662A803B3C442a1c
Octal1361465210073741045234
Binary1011110110011010101010000111011111100100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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