#9F8465

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

Shades of Sorrell Brown #9F8465

Tints of Sorrell Brown #9F8465

Color information

#9F8465 (or 0x9F8465) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 84 and 65. RGB value is (159,132,101). Sum of RGB (Red+Green+Blue) = 159+132+101=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8465 is #607B9A. Grayscale: #888888. Windows color (decimal): -6323099 or 6653087. OLE color: 6653087.

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

Color convert

RGB159132101-
CMYK00.170.360.38
HSL32.07º23.2%50.98%-
HSV(B)32.07º36.48%62.35%-
XYZ24.924.8115.79-
YUV136.54107.95144.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=40.56%
G=33.67%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913210100.170.360.3832.0723.250.98
Hex9F84650112426201733
Octal2372041450214446402763
Binary1001111110000100110010101000110010010011010000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,101); }

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

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

 a { background-color: rgb(159,132,101); }

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

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

 span { border-color: rgb(159,132,101); }

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