Html Css Color HEX #9F7D64 Medium Wood

📋 copy color: '#9F7D64'

red 159 ◦ green 125 ◦ blue 100

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

Shades of Medium Wood #9F7D64

Tints of Medium Wood #9F7D64

RGB

 RED value IS 159 (62.5% from 255) = 41.41%

 GREEN value IS 125 (49.22% from 255) = 32.55%

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 41.41%
G = 32.55%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F7D64 (or 0x9F7D64) is known color: Medium Wood. HEX triplet: 9F, 7D and 64. RGB value is (159,125,100). Sum of RGB (Red+Green+Blue) = 159+125+100=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D64 is #60829B. Grayscale: #848484. Windows color (decimal): -6324892 or 6585759. OLE color: 6585759.

HSL color Cylindrical-coordinate representation of color #9F7D64: hue angle of 25.42º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F7D64 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 125 100 -
CMYK 0 0.21 0.37 0.38
HSL 25.42º 0.24% 0.51% -
HSV(B) 25.42º 0.37% 0.62% -
XYZ 23.93 22.96 15.23 -
YUV 132.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 159 125 100 0 0.21 0.37 0.38 25.42 0.24 0.51
Hex 9F 7D 64 0 15 25 26 19 18 33
Octal 237 175 144 0 25 45 46 31 30 63
Binary 10011111 1111101 1100100 0 10101 100101 100110 11001 11000 110011

Color Harmonies of #9F7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D64

Black with #9F7D64

Text Example


Text Example

White with #9F7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,125,100); }

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

background-color css

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

 a { background-color: rgb(159,125,100); }

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

border-color css

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

 span { border-color: rgb(159,125,100); }

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