Html Css Color HEX #5E614B Woodland

📋 copy color: '#5E614B'

red 94 ◦ green 97 ◦ blue 75

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

Shades of Woodland #5E614B

Tints of Woodland #5E614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.2%

R = 35.34%
G = 36.47%
B = 28.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#5E614B (or 0x5E614B) is known color: Woodland. HEX triplet: 5E, 61 and 4B. RGB value is (94,97,75). Sum of RGB (Red+Green+Blue) = 94+97+75=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #5E614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E614B is #A19EB4. Grayscale: #5D5D5D. Windows color (decimal): -10591925 or 4940126. OLE color: 4940126.

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

Color convert

RGB 94 97 75 -
CMYK 0.03 0 0.23 0.62
HSL 68.18º 0.13% 0.34% -
HSV(B) 68.18º 0.23% 0.38% -
XYZ 10.16 11.44 8.33 -
YUV 93.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 94 97 75 0.03 0 0.23 0.62 68.18 0.13 0.34
Hex 5E 61 4B 3 0 17 3E 44 D 22
Octal 136 141 113 3 0 27 76 104 15 42
Binary 1011110 1100001 1001011 11 0 10111 111110 1000100 1101 100010

Color Harmonies of #5E614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E614B

Black with #5E614B

Text Example


Text Example

White with #5E614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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