Html Css Color HEX #9F7D69 Medium Wood

📋 copy color: '#9F7D69'

red 159 ◦ green 125 ◦ blue 105

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

Shades of Medium Wood #9F7D69

Tints of Medium Wood #9F7D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.99%

R = 40.87%
G = 32.13%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F7D69 (or 0x9F7D69) is known color: Medium Wood. HEX triplet: 9F, 7D and 69. RGB value is (159,125,105). Sum of RGB (Red+Green+Blue) = 159+125+105=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D69 is #608296. Grayscale: #858585. Windows color (decimal): -6324887 or 6913439. OLE color: 6913439.

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

Color convert

RGB 159 125 105 -
CMYK 0 0.21 0.34 0.38
HSL 22.22º 0.22% 0.52% -
HSV(B) 22.22º 0.34% 0.62% -
XYZ 24.18 23.06 16.54 -
YUV 132.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 159 125 105 0 0.21 0.34 0.38 22.22 0.22 0.52
Hex 9F 7D 69 0 15 22 26 16 16 34
Octal 237 175 151 0 25 42 46 26 26 64
Binary 10011111 1111101 1101001 0 10101 100010 100110 10110 10110 110100

Color Harmonies of #9F7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D69

Black with #9F7D69

Text Example


Text Example

White with #9F7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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