#957D61

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

Shades of Sorrell Brown #957D61

Tints of Sorrell Brown #957D61

Color information

#957D61 (or 0x957D61) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7D and 61. RGB value is (149,125,97). Sum of RGB (Red+Green+Blue) = 149+125+97=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #957D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D61 is #6A829E. Grayscale: #818181. Windows color (decimal): -6980255 or 6389141. OLE color: 6389141.

HSL color Cylindrical-coordinate representation of color #957D61: hue angle of 32.31º 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 #957D61 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14912597-
CMYK00.160.350.42
HSL32.31º21.14%48.24%-
HSV(B)32.31º34.9%58.43%-
XYZ21.8921.9214.39-
YUV128.98109.95142.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=40.16%
G=33.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491259700.160.350.4232.3121.1448.24
Hex957D61010232A201530
Octal2251751410204352402560
Binary100101011111101110000101000010001110101010000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957D61; }

 p { color: rgb(149,125,97); }

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

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

 a { background-color: rgb(149,125,97); }

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

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

 span { border-color: rgb(149,125,97); }

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