#9F8160

Color #9F8160 Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #9F8160

Tints of Sorrell Brown #9F8160

Color information

#9F8160 (or 0x9F8160) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 81 and 60. RGB value is (159,129,96). Sum of RGB (Red+Green+Blue) = 159+129+96=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8160 is #607E9F. Grayscale: #868686. Windows color (decimal): -6323872 or 6324639. OLE color: 6324639.

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

Color convert

RGB15912996-
CMYK00.190.400.38
HSL31.43º24.71%50%-
HSV(B)31.43º39.62%62.35%-
XYZ24.2623.9214.4-
YUV134.21106.44145.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 96 (37.89% from 255) = 25%
R=41.41%
G=33.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591299600.190.400.3831.4324.7150
Hex9F816001328261f1932
Octal2372011400235046373162
Binary100111111000000111000000100111010001001101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,96); }

 H1.HeaderClassName
 {
   color: #9F8160;
 }
 .AnyTagClassName
 {
   color: #9F8160;
 }
</style>
background-color css

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

 a { background-color: rgb(159,129,96); }

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

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

 span { border-color: rgb(159,129,96); }

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