#9B8461

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

Shades of Sorrell Brown #9B8461

Tints of Sorrell Brown #9B8461

Color information

#9B8461 (or 0x9B8461) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 84 and 61. RGB value is (155,132,97). Sum of RGB (Red+Green+Blue) = 155+132+97=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8461 is #647B9E. Grayscale: #878787. Windows color (decimal): -6585247 or 6390939. OLE color: 6390939.

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

Color convert

RGB15513297-
CMYK00.150.370.39
HSL36.21º23.02%49.41%-
HSV(B)36.21º37.42%60.78%-
XYZ23.9324.3314.75-
YUV134.89106.62142.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=40.36%
G=34.38%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551329700.150.370.3936.2123.0249.41
Hex9B84610F2527241731
Octal2332041410174547442761
Binary100110111000010011000010111110010110011110010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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