Html Css Color HEX #9F7F6C Medium Wood

📋 copy color: '#9F7F6C'

red 159 ◦ green 127 ◦ blue 108

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

Shades of Medium Wood #9F7F6C

Tints of Medium Wood #9F7F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 40.36%
G = 32.23%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F7F6C (or 0x9F7F6C) is known color: Medium Wood. HEX triplet: 9F, 7F and 6C. RGB value is (159,127,108). Sum of RGB (Red+Green+Blue) = 159+127+108=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F6C is #608093. Grayscale: #868686. Windows color (decimal): -6324372 or 7110559. OLE color: 7110559.

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

Color convert

RGB 159 127 108 -
CMYK 0 0.20 0.32 0.38
HSL 22.35º 0.21% 0.52% -
HSV(B) 22.35º 0.32% 0.62% -
XYZ 24.59 23.63 17.45 -
YUV 134.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 159 127 108 0 0.20 0.32 0.38 22.35 0.21 0.52
Hex 9F 7F 6C 0 14 20 26 16 15 34
Octal 237 177 154 0 24 40 46 26 25 64
Binary 10011111 1111111 1101100 0 10100 100000 100110 10110 10101 110100

Color Harmonies of #9F7F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7F6C

Black with #9F7F6C

Text Example


Text Example

White with #9F7F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,127,108); }

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

background-color css

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

 a { background-color: rgb(159,127,108); }

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

border-color css

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

 span { border-color: rgb(159,127,108); }

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