Html Css Color HEX #9E806D Medium Wood

📋 copy color: '#9E806D'

red 158 ◦ green 128 ◦ blue 109

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

Shades of Medium Wood #9E806D

Tints of Medium Wood #9E806D

RGB

 RED value IS 158 (62.11% from 255) = 40%

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 40%
G = 32.41%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9E806D (or 0x9E806D) is known color: Medium Wood. HEX triplet: 9E, 80 and 6D. RGB value is (158,128,109). Sum of RGB (Red+Green+Blue) = 158+128+109=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E806D is #617F92. Grayscale: #868686. Windows color (decimal): -6389651 or 7176350. OLE color: 7176350.

HSL color Cylindrical-coordinate representation of color #9E806D: hue angle of 23.27º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E806D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 128 109 -
CMYK 0 0.19 0.31 0.38
HSL 23.27º 0.2% 0.52% -
HSV(B) 23.27º 0.31% 0.62% -
XYZ 24.58 23.81 17.77 -
YUV 134.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 158 128 109 0 0.19 0.31 0.38 23.27 0.2 0.52
Hex 9E 80 6D 0 13 1F 26 17 14 34
Octal 236 200 155 0 23 37 46 27 24 64
Binary 10011110 10000000 1101101 0 10011 11111 100110 10111 10100 110100

Color Harmonies of #9E806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E806D

Black with #9E806D

Text Example


Text Example

White with #9E806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E806D; }

 p { color: rgb(158,128,109); }

 H1.HeaderClassName
 {
   color: #9E806D;
 }
 .AnyTagClassName
 {
   color: #9E806D;
 }
</style>

background-color css

<style>
 a { background-color: #9E806D; }

 a { background-color: rgb(158,128,109); }

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

border-color css

<style>
 span { border-color: #9E806D; }

 span { border-color: rgb(158,128,109); }

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