Html Css Color HEX #9F7C65 Medium Wood

📋 copy color: '#9F7C65'

red 159 ◦ green 124 ◦ blue 101

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

Shades of Medium Wood #9F7C65

Tints of Medium Wood #9F7C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 101 (39.84% from 255) = 26.3%

R = 41.41%
G = 32.29%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F7C65 (or 0x9F7C65) is known color: Medium Wood. HEX triplet: 9F, 7C and 65. RGB value is (159,124,101). Sum of RGB (Red+Green+Blue) = 159+124+101=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C65 is #60839A. Grayscale: #838383. Windows color (decimal): -6325147 or 6651039. OLE color: 6651039.

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

Color convert

RGB 159 124 101 -
CMYK 0 0.22 0.36 0.38
HSL 23.79º 0.23% 0.51% -
HSV(B) 23.79º 0.36% 0.62% -
XYZ 23.85 22.73 15.44 -
YUV 131.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 159 124 101 0 0.22 0.36 0.38 23.79 0.23 0.51
Hex 9F 7C 65 0 16 24 26 18 17 33
Octal 237 174 145 0 26 44 46 30 27 63
Binary 10011111 1111100 1100101 0 10110 100100 100110 11000 10111 110011

Color Harmonies of #9F7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7C65

Black with #9F7C65

Text Example


Text Example

White with #9F7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,101); }

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

background-color css

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

 a { background-color: rgb(159,124,101); }

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

border-color css

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

 span { border-color: rgb(159,124,101); }

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