#9B8060

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

Shades of Sorrell Brown #9B8060

Tints of Sorrell Brown #9B8060

Color information

#9B8060 (or 0x9B8060) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 80 and 60. RGB value is (155,128,96). Sum of RGB (Red+Green+Blue) = 155+128+96=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8060 is #647F9F. Grayscale: #848484. Windows color (decimal): -6586272 or 6324379. OLE color: 6324379.

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

Color convert

RGB15512896-
CMYK00.170.380.39
HSL32.54º23.51%49.22%-
HSV(B)32.54º38.06%60.78%-
XYZ23.3523.2514.32-
YUV132.42107.45144.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=40.90%
G=33.77%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551289600.170.380.3932.5423.5149.22
Hex9B80600112627211831
Octal2332001400214647413061
Binary1001101110000000110000001000110011010011110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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