Html Css Color HEX #957E61 Sorrell Brown

📋 copy color: '#957E61'

red 149 ◦ green 126 ◦ blue 97

#957E61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #957E61

Tints of Sorrell Brown #957E61

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 value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#957E61 (or 0x957E61) is known color: 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

RGB 149 126 97 -
CMYK 0 0.15 0.35 0.42
HSL 33.46º 0.21% 0.48% -
HSV(B) 33.46º 0.35% 0.58% -
XYZ 22.01 22.17 14.43 -
YUV 129.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 149 126 97 0 0.15 0.35 0.42 33.46 0.21 0.48
Hex 95 7E 61 0 F 23 2A 21 15 30
Octal 225 176 141 0 17 43 52 41 25 60
Binary 10010101 1111110 1100001 0 1111 100011 101010 100001 10101 110000

Color Harmonies of #957E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E61

Black with #957E61

Text Example


Text Example

White with #957E61

Text Example


Text Example

HTML Codes & Css Web 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>