Html Css Color HEX #957D60 Sorrell Brown

📋 copy color: '#957D60'

red 149 ◦ green 125 ◦ blue 96

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

Shades of Sorrell Brown #957D60

Tints of Sorrell Brown #957D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

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

R = 40.27%
G = 33.78%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#957D60 (or 0x957D60) is known color: Sorrell Brown. HEX triplet: 95, 7D and 60. RGB value is (149,125,96). Sum of RGB (Red+Green+Blue) = 149+125+96=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #957D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D60 is #6A829F. Grayscale: #818181. Windows color (decimal): -6980256 or 6323605. OLE color: 6323605.

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

Color convert

RGB 149 125 96 -
CMYK 0 0.16 0.36 0.42
HSL 32.83º 0.22% 0.48% -
HSV(B) 32.83º 0.36% 0.58% -
XYZ 21.84 21.9 14.14 -
YUV 128.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 149 125 96 0 0.16 0.36 0.42 32.83 0.22 0.48
Hex 95 7D 60 0 10 24 2A 21 16 30
Octal 225 175 140 0 20 44 52 41 26 60
Binary 10010101 1111101 1100000 0 10000 100100 101010 100001 10110 110000

Color Harmonies of #957D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D60

Black with #957D60

Text Example


Text Example

White with #957D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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