Html Css Color HEX #9F8067 Medium Wood

📋 copy color: '#9F8067'

red 159 ◦ green 128 ◦ blue 103

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

Shades of Medium Wood #9F8067

Tints of Medium Wood #9F8067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 103 (40.63% from 255) = 26.41%

R = 40.77%
G = 32.82%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F8067 (or 0x9F8067) is known color: Medium Wood. HEX triplet: 9F, 80 and 67. RGB value is (159,128,103). Sum of RGB (Red+Green+Blue) = 159+128+103=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8067 is #607F98. Grayscale: #868686. Windows color (decimal): -6324121 or 6783135. OLE color: 6783135.

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

Color convert

RGB 159 128 103 -
CMYK 0 0.19 0.35 0.38
HSL 26.79º 0.23% 0.51% -
HSV(B) 26.79º 0.35% 0.62% -
XYZ 24.47 23.79 16.13 -
YUV 134.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 159 128 103 0 0.19 0.35 0.38 26.79 0.23 0.51
Hex 9F 80 67 0 13 23 26 1B 17 33
Octal 237 200 147 0 23 43 46 33 27 63
Binary 10011111 10000000 1100111 0 10011 100011 100110 11011 10111 110011

Color Harmonies of #9F8067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8067

Black with #9F8067

Text Example


Text Example

White with #9F8067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,103); }

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

background-color css

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

 a { background-color: rgb(159,128,103); }

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

border-color css

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

 span { border-color: rgb(159,128,103); }

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