#9B8860

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

Shades of Sorrell Brown #9B8860

Tints of Sorrell Brown #9B8860

Color information

#9B8860 (or 0x9B8860) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 88 and 60. RGB value is (155,136,96). Sum of RGB (Red+Green+Blue) = 155+136+96=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8860 is #64779F. Grayscale: #898989. Windows color (decimal): -6584224 or 6326427. OLE color: 6326427.

HSL color Cylindrical-coordinate representation of color #9B8860: hue angle of 40.68º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B8860 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB15513696-
CMYK00.120.380.39
HSL40.68º23.51%49.22%-
HSV(B)40.68º38.06%60.78%-
XYZ24.4325.4214.69-
YUV137.12104.79140.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=40.05%
G=35.14%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551369600.120.380.3940.6823.5149.22
Hex9B88600C2627291831
Octal2332101400144647513061
Binary100110111000100011000000110010011010011110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,96); }

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

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

 a { background-color: rgb(155,136,96); }

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

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

 span { border-color: rgb(155,136,96); }

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