#5E604B

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

Shades of Woodland #5E604B

Tints of Woodland #5E604B

Color information

#5E604B (or 0x5E604B) is unknown color: approx Woodland. HEX triplet: 5E, 60 and 4B. RGB value is (94,96,75). Sum of RGB (Red+Green+Blue) = 94+96+75=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #5E604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E604B is #A19FB4. Grayscale: #5D5D5D. Windows color (decimal): -10592181 or 4939870. OLE color: 4939870.

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

Color convert

RGB949675-
CMYK0.0200.220.62
HSL65.71º12.28%33.53%-
HSV(B)65.71º21.88%37.65%-
XYZ10.0711.258.3-
YUV93.01117.84128.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=35.47%
G=36.23%
B=28.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496750.0200.220.6265.7112.2833.53
Hex5E604B20163E42c22
Octal1361401132026761021442
Binary1011110110000010010111001011011111010000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,75); }

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

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

 a { background-color: rgb(94,96,75); }

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

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

 span { border-color: rgb(94,96,75); }

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