#9D8060

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

Shades of Sorrell Brown #9D8060

Tints of Sorrell Brown #9D8060

Color information

#9D8060 (or 0x9D8060) is unknown color: approx Sorrell Brown. HEX triplet: 9D, 80 and 60. RGB value is (157,128,96). Sum of RGB (Red+Green+Blue) = 157+128+96=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8060 is #627F9F. Grayscale: #858585. Windows color (decimal): -6455200 or 6324381. OLE color: 6324381.

HSL color Cylindrical-coordinate representation of color #9D8060: hue angle of 31.48º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D8060 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15712896-
CMYK00.180.390.38
HSL31.48º24.11%49.61%-
HSV(B)31.48º38.85%61.57%-
XYZ23.7423.4514.34-
YUV133.02107.11145.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=41.21%
G=33.60%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571289600.180.390.3831.4824.1149.61
Hex9D806001227261f1832
Octal2352001400224746373062
Binary100111011000000011000000100101001111001101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,96); }

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

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

 a { background-color: rgb(157,128,96); }

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

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

 span { border-color: rgb(157,128,96); }

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