#937960

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

Shades of Sorrell Brown #937960

Tints of Sorrell Brown #937960

Color information

#937960 (or 0x937960) is unknown color: approx Sorrell Brown. HEX triplet: 93, 79 and 60. RGB value is (147,121,96). Sum of RGB (Red+Green+Blue) = 147+121+96=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #937960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937960 is #6C869F. Grayscale: #7E7E7E. Windows color (decimal): -7112352 or 6322579. OLE color: 6322579.

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

Color convert

RGB14712196-
CMYK00.180.350.42
HSL29.41º20.99%47.65%-
HSV(B)29.41º34.69%57.65%-
XYZ20.9820.7213.96-
YUV125.92111.11143.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=40.38%
G=33.24%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471219600.180.350.4229.4120.9947.65
Hex937960012232A1d1530
Octal2231711400224352352560
Binary10010011111100111000000100101000111010101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937960; }

 p { color: rgb(147,121,96); }

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

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

 a { background-color: rgb(147,121,96); }

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

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

 span { border-color: rgb(147,121,96); }

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