Html Css Color HEX #957860 Sorrell Brown

📋 copy color: '#957860'

red 149 ◦ green 120 ◦ blue 96

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

Shades of Sorrell Brown #957860

Tints of Sorrell Brown #957860

RGB

 RED value IS 149 (58.59% from 255) = 40.82%

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 40.82%
G = 32.88%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#957860 (or 0x957860) is known color: Sorrell Brown. HEX triplet: 95, 78 and 60. RGB value is (149,120,96). Sum of RGB (Red+Green+Blue) = 149+120+96=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957860 is #6A879F. Grayscale: #7E7E7E. Windows color (decimal): -6981536 or 6322325. OLE color: 6322325.

HSL color Cylindrical-coordinate representation of color #957860: hue angle of 27.17º 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 #957860 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 96 -
CMYK 0 0.19 0.36 0.42
HSL 27.17º 0.22% 0.48% -
HSV(B) 27.17º 0.36% 0.58% -
XYZ 21.22 20.67 13.94 -
YUV 125.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 149 120 96 0 0.19 0.36 0.42 27.17 0.22 0.48
Hex 95 78 60 0 13 24 2A 1B 16 30
Octal 225 170 140 0 23 44 52 33 26 60
Binary 10010101 1111000 1100000 0 10011 100100 101010 11011 10110 110000

Color Harmonies of #957860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957860

Black with #957860

Text Example


Text Example

White with #957860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957860; }

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

 H1.HeaderClassName
 {
   color: #957860;
 }
 .AnyTagClassName
 {
   color: #957860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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