Html Css Color HEX #5E614E Woodland

📋 copy color: '#5E614E'

red 94 ◦ green 97 ◦ blue 78

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

Shades of Woodland #5E614E

Tints of Woodland #5E614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

 BLUE value IS 78 (30.86% from 255) = 29%

R = 34.94%
G = 36.06%
B = 29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#5E614E (or 0x5E614E) is known color: Woodland. HEX triplet: 5E, 61 and 4E. RGB value is (94,97,78). Sum of RGB (Red+Green+Blue) = 94+97+78=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #5E614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E614E is #A19EB1. Grayscale: #5E5E5E. Windows color (decimal): -10591922 or 5136734. OLE color: 5136734.

HSL color Cylindrical-coordinate representation of color #5E614E: hue angle of 69.47º 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 #5E614E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 78 -
CMYK 0.03 0 0.20 0.62
HSL 69.47º 0.11% 0.34% -
HSV(B) 69.47º 0.2% 0.38% -
XYZ 10.27 11.48 8.88 -
YUV 93.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 94 97 78 0.03 0 0.20 0.62 69.47 0.11 0.34
Hex 5E 61 4E 3 0 14 3E 45 B 22
Octal 136 141 116 3 0 24 76 105 13 42
Binary 1011110 1100001 1001110 11 0 10100 111110 1000101 1011 100010

Color Harmonies of #5E614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E614E

Black with #5E614E

Text Example


Text Example

White with #5E614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,78); }

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

background-color css

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

 a { background-color: rgb(94,97,78); }

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

border-color css

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

 span { border-color: rgb(94,97,78); }

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