#9A7760

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

Shades of Sorrell Brown #9A7760

Tints of Sorrell Brown #9A7760

Color information

#9A7760 (or 0x9A7760) is unknown color: approx Sorrell Brown. HEX triplet: 9A, 77 and 60. RGB value is (154,119,96). Sum of RGB (Red+Green+Blue) = 154+119+96=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7760 is #65889F. Grayscale: #7E7E7E. Windows color (decimal): -6654112 or 6322074. OLE color: 6322074.

HSL color Cylindrical-coordinate representation of color #9A7760: hue angle of 23.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A7760 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15411996-
CMYK00.230.380.40
HSL23.79º23.2%49.02%-
HSV(B)23.79º37.66%60.39%-
XYZ22.0320.9113.94-
YUV126.84110.6147.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=41.73%
G=32.25%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541199600.230.380.4023.7923.249.02
Hex9A77600172628181731
Octal2321671400274650302761
Binary10011010111011111000000101111001101010001100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,119,96); }

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

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

 a { background-color: rgb(154,119,96); }

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

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

 span { border-color: rgb(154,119,96); }

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