Html Css Color HEX #5E614A Woodland

📋 copy color: '#5E614A'

red 94 ◦ green 97 ◦ blue 74

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

Shades of Woodland #5E614A

Tints of Woodland #5E614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 35.47%
G = 36.6%
B = 27.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#5E614A (or 0x5E614A) is known color: Woodland. HEX triplet: 5E, 61 and 4A. RGB value is (94,97,74). Sum of RGB (Red+Green+Blue) = 94+97+74=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #5E614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E614A is #A19EB5. Grayscale: #5D5D5D. Windows color (decimal): -10591926 or 4874590. OLE color: 4874590.

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

Color convert

RGB 94 97 74 -
CMYK 0.03 0 0.24 0.62
HSL 67.83º 0.13% 0.34% -
HSV(B) 67.83º 0.24% 0.38% -
XYZ 10.13 11.42 8.15 -
YUV 93.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 94 97 74 0.03 0 0.24 0.62 67.83 0.13 0.34
Hex 5E 61 4A 3 0 18 3E 44 D 22
Octal 136 141 112 3 0 30 76 104 15 42
Binary 1011110 1100001 1001010 11 0 11000 111110 1000100 1101 100010

Color Harmonies of #5E614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E614A

Black with #5E614A

Text Example


Text Example

White with #5E614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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