Html Css Color HEX #5E693B Woodland

📋 copy color: '#5E693B'

red 94 ◦ green 105 ◦ blue 59

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

Shades of Woodland #5E693B

Tints of Woodland #5E693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 36.43%
G = 40.7%
B = 22.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#5E693B (or 0x5E693B) is known color: Woodland. HEX triplet: 5E, 69 and 3B. RGB value is (94,105,59). Sum of RGB (Red+Green+Blue) = 94+105+59=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #5E693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E693B is #A196C4. Grayscale: #606060. Windows color (decimal): -10589893 or 3893598. OLE color: 3893598.

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

Color convert

RGB 94 105 59 -
CMYK 0.10 0 0.44 0.59
HSL 74.35º 0.28% 0.32% -
HSV(B) 74.35º 0.44% 0.41% -
XYZ 10.46 12.8 6.06 -
YUV 96.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 94 105 59 0.10 0 0.44 0.59 74.35 0.28 0.32
Hex 5E 69 3B A 0 2C 3B 4A 1C 20
Octal 136 151 73 12 0 54 73 112 34 40
Binary 1011110 1101001 111011 1010 0 101100 111011 1001010 11100 100000

Color Harmonies of #5E693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E693B

Black with #5E693B

Text Example


Text Example

White with #5E693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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