Html Css Color HEX #5E693D Woodland

📋 copy color: '#5E693D'

red 94 ◦ green 105 ◦ blue 61

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

Shades of Woodland #5E693D

Tints of Woodland #5E693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 36.15%
G = 40.38%
B = 23.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#5E693D (or 0x5E693D) is known color: Woodland. HEX triplet: 5E, 69 and 3D. RGB value is (94,105,61). Sum of RGB (Red+Green+Blue) = 94+105+61=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #5E693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E693D is #A196C2. Grayscale: #606060. Windows color (decimal): -10589891 or 4024670. OLE color: 4024670.

HSL color Cylindrical-coordinate representation of color #5E693D: hue angle of 75º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E693D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 105 61 -
CMYK 0.10 0 0.42 0.59
HSL 75º 0.27% 0.33% -
HSV(B) 75º 0.42% 0.41% -
XYZ 10.51 12.82 6.34 -
YUV 96.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 94 105 61 0.10 0 0.42 0.59 75 0.27 0.33
Hex 5E 69 3D A 0 2A 3B 4B 1B 21
Octal 136 151 75 12 0 52 73 113 33 41
Binary 1011110 1101001 111101 1010 0 101010 111011 1001011 11011 100001

Color Harmonies of #5E693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E693D

Black with #5E693D

Text Example


Text Example

White with #5E693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,105,61); }

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

background-color css

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

 a { background-color: rgb(94,105,61); }

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

border-color css

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

 span { border-color: rgb(94,105,61); }

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