Html Css Color HEX #5E644A Woodland

📋 copy color: '#5E644A'

red 94 ◦ green 100 ◦ blue 74

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

Shades of Woodland #5E644A

Tints of Woodland #5E644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 35.07%
G = 37.31%
B = 27.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#5E644A (or 0x5E644A) is known color: Woodland. HEX triplet: 5E, 64 and 4A. RGB value is (94,100,74). Sum of RGB (Red+Green+Blue) = 94+100+74=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #5E644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E644A is #A19BB5. Grayscale: #5F5F5F. Windows color (decimal): -10591158 or 4875358. OLE color: 4875358.

HSL color Cylindrical-coordinate representation of color #5E644A: hue angle of 73.85º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E644A is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 100 74 -
CMYK 0.06 0 0.26 0.61
HSL 73.85º 0.15% 0.34% -
HSV(B) 73.85º 0.26% 0.39% -
XYZ 10.41 11.99 8.24 -
YUV 95.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 94 100 74 0.06 0 0.26 0.61 73.85 0.15 0.34
Hex 5E 64 4A 6 0 1A 3D 4A F 22
Octal 136 144 112 6 0 32 75 112 17 42
Binary 1011110 1100100 1001010 110 0 11010 111101 1001010 1111 100010

Color Harmonies of #5E644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E644A

Black with #5E644A

Text Example


Text Example

White with #5E644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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