#9F8366

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

Shades of Sorrell Brown #9F8366

Tints of Sorrell Brown #9F8366

Color information

#9F8366 (or 0x9F8366) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 83 and 66. RGB value is (159,131,102). Sum of RGB (Red+Green+Blue) = 159+131+102=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8366 is #607C99. Grayscale: #888888. Windows color (decimal): -6323354 or 6718367. OLE color: 6718367.

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

Color convert

RGB159131102-
CMYK00.180.360.38
HSL30.53º22.89%51.18%-
HSV(B)30.53º35.85%62.35%-
XYZ24.8124.5616-
YUV136.07108.78144.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=40.56%
G=33.42%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913110200.180.360.3830.5322.8951.18
Hex9F836601224261f1733
Octal2372031460224446372763
Binary100111111000001111001100100101001001001101111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,102); }

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

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

 a { background-color: rgb(159,131,102); }

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

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

 span { border-color: rgb(159,131,102); }

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