#9B7964

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

Shades of Sorrell Brown #9B7964

Tints of Sorrell Brown #9B7964

Color information

#9B7964 (or 0x9B7964) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 79 and 64. RGB value is (155,121,100). Sum of RGB (Red+Green+Blue) = 155+121+100=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7964 is #64869B. Grayscale: #808080. Windows color (decimal): -6588060 or 6584731. OLE color: 6584731.

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

Color convert

RGB155121100-
CMYK00.220.350.39
HSL22.91º21.57%50%-
HSV(B)22.91º35.48%60.78%-
XYZ22.6621.5615.02-
YUV128.77111.76146.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=41.22%
G=32.18%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512110000.220.350.3922.9121.5750
Hex9B79640162327171632
Octal2331711440264347272662
Binary10011011111100111001000101101000111001111011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,100); }

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

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

 a { background-color: rgb(155,121,100); }

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

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

 span { border-color: rgb(155,121,100); }

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