Html Css Color HEX #5E604D Woodland

📋 copy color: '#5E604D'

red 94 ◦ green 96 ◦ blue 77

#5E604D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #5E604D

Tints of Woodland #5E604D

RGB

 RED value IS 94 (37.11% from 255) = 35.21%

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 35.21%
G = 35.96%
B = 28.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#5E604D (or 0x5E604D) is known color: Woodland. HEX triplet: 5E, 60 and 4D. RGB value is (94,96,77). Sum of RGB (Red+Green+Blue) = 94+96+77=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #5E604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E604D is #A19FB2. Grayscale: #5D5D5D. Windows color (decimal): -10592179 or 5070942. OLE color: 5070942.

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

Color convert

RGB 94 96 77 -
CMYK 0.02 0 0.20 0.62
HSL 66.32º 0.11% 0.34% -
HSV(B) 66.32º 0.2% 0.38% -
XYZ 10.14 11.28 8.66 -
YUV 93.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 94 96 77 0.02 0 0.20 0.62 66.32 0.11 0.34
Hex 5E 60 4D 2 0 14 3E 42 B 22
Octal 136 140 115 2 0 24 76 102 13 42
Binary 1011110 1100000 1001101 10 0 10100 111110 1000010 1011 100010

Color Harmonies of #5E604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E604D

Black with #5E604D

Text Example


Text Example

White with #5E604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E604D;
 }
 .AnyTagClassName
 {
   color: #5E604D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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