#9A7860

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

Shades of Sorrell Brown #9A7860

Tints of Sorrell Brown #9A7860

Color information

#9A7860 (or 0x9A7860) is unknown color: approx Sorrell Brown. HEX triplet: 9A, 78 and 60. RGB value is (154,120,96). Sum of RGB (Red+Green+Blue) = 154+120+96=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7860 is #65879F. Grayscale: #7F7F7F. Windows color (decimal): -6653856 or 6322330. OLE color: 6322330.

HSL color Cylindrical-coordinate representation of color #9A7860: hue angle of 24.83º 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 #9A7860 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15412096-
CMYK00.220.380.40
HSL24.83º23.2%49.02%-
HSV(B)24.83º37.66%60.39%-
XYZ22.1521.1513.98-
YUV127.43110.26146.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=41.62%
G=32.43%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541209600.220.380.4024.8323.249.02
Hex9A78600162628191731
Octal2321701400264650312761
Binary10011010111100011000000101101001101010001100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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