#9F8660

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

Shades of Sorrell Brown #9F8660

Tints of Sorrell Brown #9F8660

Color information

#9F8660 (or 0x9F8660) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 86 and 60. RGB value is (159,134,96). Sum of RGB (Red+Green+Blue) = 159+134+96=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8660 is #60799F. Grayscale: #898989. Windows color (decimal): -6322592 or 6325919. OLE color: 6325919.

HSL color Cylindrical-coordinate representation of color #9F8660: hue angle of 36.19º 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 #9F8660 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15913496-
CMYK00.160.400.38
HSL36.19º24.71%50%-
HSV(B)36.19º39.62%62.35%-
XYZ24.9325.2714.63-
YUV137.14104.78143.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=40.87%
G=34.45%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591349600.160.400.3836.1924.7150
Hex9F86600102826241932
Octal2372061400205046443162
Binary1001111110000110110000001000010100010011010010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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