#9B8465

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

Shades of Sorrell Brown #9B8465

Tints of Sorrell Brown #9B8465

Color information

#9B8465 (or 0x9B8465) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 84 and 65. RGB value is (155,132,101). Sum of RGB (Red+Green+Blue) = 155+132+101=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8465 is #647B9A. Grayscale: #878787. Windows color (decimal): -6585243 or 6653083. OLE color: 6653083.

HSL color Cylindrical-coordinate representation of color #9B8465: hue angle of 34.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8465 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB155132101-
CMYK00.150.350.39
HSL34.44º21.26%50.2%-
HSV(B)34.44º34.84%60.78%-
XYZ24.1224.4115.75-
YUV135.34108.62142.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=39.95%
G=34.02%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513210100.150.350.3934.4421.2650.2
Hex9B84650F2327221532
Octal2332041450174347422562
Binary100110111000010011001010111110001110011110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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