Html Css Color HEX #9D806D Medium Wood

📋 copy color: '#9D806D'

red 157 ◦ green 128 ◦ blue 109

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

Shades of Medium Wood #9D806D

Tints of Medium Wood #9D806D

RGB

 RED value IS 157 (61.72% from 255) = 39.85%

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

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

R = 39.85%
G = 32.49%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D806D (or 0x9D806D) is known color: Medium Wood. HEX triplet: 9D, 80 and 6D. RGB value is (157,128,109). Sum of RGB (Red+Green+Blue) = 157+128+109=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D806D is #627F92. Grayscale: #868686. Windows color (decimal): -6455187 or 7176349. OLE color: 7176349.

HSL color Cylindrical-coordinate representation of color #9D806D: hue angle of 23.75º 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 #9D806D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 128 109 -
CMYK 0 0.18 0.31 0.38
HSL 23.75º 0.2% 0.52% -
HSV(B) 23.75º 0.31% 0.62% -
XYZ 24.38 23.71 17.76 -
YUV 134.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 157 128 109 0 0.18 0.31 0.38 23.75 0.2 0.52
Hex 9D 80 6D 0 12 1F 26 18 14 34
Octal 235 200 155 0 22 37 46 30 24 64
Binary 10011101 10000000 1101101 0 10010 11111 100110 11000 10100 110100

Color Harmonies of #9D806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D806D

Black with #9D806D

Text Example


Text Example

White with #9D806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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