Html Css Color HEX #5E613F Woodland

📋 copy color: '#5E613F'

red 94 ◦ green 97 ◦ blue 63

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

Shades of Woodland #5E613F

Tints of Woodland #5E613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.8%

R = 37.01%
G = 38.19%
B = 24.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#5E613F (or 0x5E613F) is known color: Woodland. HEX triplet: 5E, 61 and 3F. RGB value is (94,97,63). Sum of RGB (Red+Green+Blue) = 94+97+63=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #5E613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E613F is #A19EC0. Grayscale: #5C5C5C. Windows color (decimal): -10591937 or 4153694. OLE color: 4153694.

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

Color convert

RGB 94 97 63 -
CMYK 0.03 0 0.35 0.62
HSL 65.29º 0.21% 0.31% -
HSV(B) 65.29º 0.35% 0.38% -
XYZ 9.79 11.29 6.37 -
YUV 92.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 94 97 63 0.03 0 0.35 0.62 65.29 0.21 0.31
Hex 5E 61 3F 3 0 23 3E 41 15 1F
Octal 136 141 77 3 0 43 76 101 25 37
Binary 1011110 1100001 111111 11 0 100011 111110 1000001 10101 11111

Color Harmonies of #5E613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E613F

Black with #5E613F

Text Example


Text Example

White with #5E613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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