#9B8261

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

Shades of Sorrell Brown #9B8261

Tints of Sorrell Brown #9B8261

Color information

#9B8261 (or 0x9B8261) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 82 and 61. RGB value is (155,130,97). Sum of RGB (Red+Green+Blue) = 155+130+97=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8261 is #647D9E. Grayscale: #858585. Windows color (decimal): -6585759 or 6390427. OLE color: 6390427.

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

Color convert

RGB15513097-
CMYK00.160.370.39
HSL34.14º23.02%49.41%-
HSV(B)34.14º37.42%60.78%-
XYZ23.6623.814.66-
YUV133.71107.28143.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=40.58%
G=34.03%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551309700.160.370.3934.1423.0249.41
Hex9B82610102527221731
Octal2332021410204547422761
Binary1001101110000010110000101000010010110011110001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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