#9B8266

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

Shades of Sorrell Brown #9B8266

Tints of Sorrell Brown #9B8266

Color information

#9B8266 (or 0x9B8266) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 82 and 66. RGB value is (155,130,102). Sum of RGB (Red+Green+Blue) = 155+130+102=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8266 is #647D99. Grayscale: #868686. Windows color (decimal): -6585754 or 6718107. OLE color: 6718107.

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

Color convert

RGB155130102-
CMYK00.160.340.39
HSL31.7º20.95%50.39%-
HSV(B)31.7º34.19%60.78%-
XYZ23.923.8915.92-
YUV134.28109.78142.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=40.05%
G=33.59%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513010200.160.340.3931.720.9550.39
Hex9B82660102227201532
Octal2332021460204247402562
Binary1001101110000010110011001000010001010011110000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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