Html Css Color HEX #9F7961 Medium Wood

📋 copy color: '#9F7961'

red 159 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #9F7961

Tints of Medium Wood #9F7961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

 BLUE value IS 97 (38.28% from 255) = 25.73%

R = 42.18%
G = 32.1%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F7961 (or 0x9F7961) is known color: Medium Wood. HEX triplet: 9F, 79 and 61. RGB value is (159,121,97). Sum of RGB (Red+Green+Blue) = 159+121+97=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7961 is #60869E. Grayscale: #818181. Windows color (decimal): -6325919 or 6388127. OLE color: 6388127.

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

Color convert

RGB 159 121 97 -
CMYK 0 0.24 0.39 0.38
HSL 23.23º 0.24% 0.5% -
HSV(B) 23.23º 0.39% 0.62% -
XYZ 23.29 21.91 14.31 -
YUV 129.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 159 121 97 0 0.24 0.39 0.38 23.23 0.24 0.5
Hex 9F 79 61 0 18 27 26 17 18 32
Octal 237 171 141 0 30 47 46 27 30 62
Binary 10011111 1111001 1100001 0 11000 100111 100110 10111 11000 110010

Color Harmonies of #9F7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7961

Black with #9F7961

Text Example


Text Example

White with #9F7961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,121,97); }

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

background-color css

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

 a { background-color: rgb(159,121,97); }

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

border-color css

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

 span { border-color: rgb(159,121,97); }

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