Html Css Color HEX #957E62 Sorrell Brown

📋 copy color: '#957E62'

red 149 ◦ green 126 ◦ blue 98

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

Shades of Sorrell Brown #957E62

Tints of Sorrell Brown #957E62

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 98 (38.67% from 255) = 26.27%

R = 39.95%
G = 33.78%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#957E62 (or 0x957E62) is known color: Sorrell Brown. HEX triplet: 95, 7E and 62. RGB value is (149,126,98). Sum of RGB (Red+Green+Blue) = 149+126+98=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #957E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E62 is #6A819D. Grayscale: #818181. Windows color (decimal): -6979998 or 6454933. OLE color: 6454933.

HSL color Cylindrical-coordinate representation of color #957E62: hue angle of 32.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957E62 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 98 -
CMYK 0 0.15 0.34 0.42
HSL 32.94º 0.21% 0.48% -
HSV(B) 32.94º 0.34% 0.58% -
XYZ 22.06 22.19 14.68 -
YUV 129.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 149 126 98 0 0.15 0.34 0.42 32.94 0.21 0.48
Hex 95 7E 62 0 F 22 2A 21 15 30
Octal 225 176 142 0 17 42 52 41 25 60
Binary 10010101 1111110 1100010 0 1111 100010 101010 100001 10101 110000

Color Harmonies of #957E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E62

Black with #957E62

Text Example


Text Example

White with #957E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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