#958060

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

Shades of Sorrell Brown #958060

Tints of Sorrell Brown #958060

Color information

#958060 (or 0x958060) is unknown color: approx Sorrell Brown. HEX triplet: 95, 80 and 60. RGB value is (149,128,96). Sum of RGB (Red+Green+Blue) = 149+128+96=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #958060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958060 is #6A7F9F. Grayscale: #828282. Windows color (decimal): -6979488 or 6324373. OLE color: 6324373.

HSL color Cylindrical-coordinate representation of color #958060: hue angle of 36.23º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958060 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14912896-
CMYK00.140.360.42
HSL36.23º21.63%48.04%-
HSV(B)36.23º35.57%58.43%-
XYZ22.2222.6714.27-
YUV130.63108.46141.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=39.95%
G=34.32%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491289600.140.360.4236.2321.6348.04
Hex9580600E242A241630
Octal2252001400164452442660
Binary100101011000000011000000111010010010101010010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958060; }

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

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

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

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

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

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

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

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