#9F8260

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

Shades of Sorrell Brown #9F8260

Tints of Sorrell Brown #9F8260

Color information

#9F8260 (or 0x9F8260) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 82 and 60. RGB value is (159,130,96). Sum of RGB (Red+Green+Blue) = 159+130+96=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8260 is #607D9F. Grayscale: #868686. Windows color (decimal): -6323616 or 6324895. OLE color: 6324895.

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

Color convert

RGB15913096-
CMYK00.180.400.38
HSL32.38º24.71%50%-
HSV(B)32.38º39.62%62.35%-
XYZ24.3924.1814.45-
YUV134.79106.11145.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=41.30%
G=33.77%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591309600.180.400.3832.3824.7150
Hex9F82600122826201932
Octal2372021400225046403162
Binary1001111110000010110000001001010100010011010000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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