#957E61

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

Shades of Sorrell Brown #957E61

Tints of Sorrell Brown #957E61

Color information

#957E61 (or 0x957E61) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7E and 61. RGB value is (149,126,97). Sum of RGB (Red+Green+Blue) = 149+126+97=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #957E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E61 is #6A819E. Grayscale: #818181. Windows color (decimal): -6979999 or 6389397. OLE color: 6389397.

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

Color convert

RGB14912697-
CMYK00.150.350.42
HSL33.46º21.14%48.24%-
HSV(B)33.46º34.9%58.43%-
XYZ22.0122.1714.43-
YUV129.57109.62141.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=40.05%
G=33.87%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491269700.150.350.4233.4621.1448.24
Hex957E610F232A211530
Octal2251761410174352412560
Binary10010101111111011000010111110001110101010000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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