#9B8163

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

Shades of Sorrell Brown #9B8163

Tints of Sorrell Brown #9B8163

Color information

#9B8163 (or 0x9B8163) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 81 and 63. RGB value is (155,129,99). Sum of RGB (Red+Green+Blue) = 155+129+99=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8163 is #647E9C. Grayscale: #858585. Windows color (decimal): -6586013 or 6521243. OLE color: 6521243.

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

Color convert

RGB15512999-
CMYK00.170.360.39
HSL32.14º22.05%49.8%-
HSV(B)32.14º36.13%60.78%-
XYZ23.6223.5715.11-
YUV133.35108.61143.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 99 (39.06% from 255) = 25.85%
R=40.47%
G=33.68%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551299900.170.360.3932.1422.0549.8
Hex9B81630112427201632
Octal2332011430214447402662
Binary1001101110000001110001101000110010010011110000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,99); }

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

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

 a { background-color: rgb(155,129,99); }

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

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

 span { border-color: rgb(155,129,99); }

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