#9B8360

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

Shades of Sorrell Brown #9B8360

Tints of Sorrell Brown #9B8360

Color information

#9B8360 (or 0x9B8360) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 83 and 60. RGB value is (155,131,96). Sum of RGB (Red+Green+Blue) = 155+131+96=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8360 is #647C9F. Grayscale: #868686. Windows color (decimal): -6585504 or 6325147. OLE color: 6325147.

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

Color convert

RGB15513196-
CMYK00.150.380.39
HSL35.59º23.51%49.22%-
HSV(B)35.59º38.06%60.78%-
XYZ23.7524.0514.46-
YUV134.19106.45142.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=40.58%
G=34.29%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551319600.150.380.3935.5923.5149.22
Hex9B83600F2627241831
Octal2332031400174647443061
Binary100110111000001111000000111110011010011110010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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