#9B8265

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

Shades of Sorrell Brown #9B8265

Tints of Sorrell Brown #9B8265

Color information

#9B8265 (or 0x9B8265) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 82 and 65. RGB value is (155,130,101). Sum of RGB (Red+Green+Blue) = 155+130+101=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8265 is #647D9A. Grayscale: #868686. Windows color (decimal): -6585755 or 6652571. OLE color: 6652571.

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

Color convert

RGB155130101-
CMYK00.160.350.39
HSL32.22º21.26%50.2%-
HSV(B)32.22º34.84%60.78%-
XYZ23.8523.8715.66-
YUV134.17109.28142.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=40.16%
G=33.68%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513010100.160.350.3932.2221.2650.2
Hex9B82650102327201532
Octal2332021450204347402562
Binary1001101110000010110010101000010001110011110000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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