Html Css Color HEX #957F61 Sorrell Brown

📋 copy color: '#957F61'

red 149 ◦ green 127 ◦ blue 97

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

Shades of Sorrell Brown #957F61

Tints of Sorrell Brown #957F61

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 39.95%
G = 34.05%
B = 26.01%

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

#957F61 (or 0x957F61) is known color: Sorrell Brown. HEX triplet: 95, 7F and 61. RGB value is (149,127,97). Sum of RGB (Red+Green+Blue) = 149+127+97=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #957F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F61 is #6A809E. Grayscale: #828282. Windows color (decimal): -6979743 or 6389653. OLE color: 6389653.

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

Color convert

RGB 149 127 97 -
CMYK 0 0.15 0.35 0.42
HSL 34.62º 0.21% 0.48% -
HSV(B) 34.62º 0.35% 0.58% -
XYZ 22.14 22.43 14.47 -
YUV 130.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 149 127 97 0 0.15 0.35 0.42 34.62 0.21 0.48
Hex 95 7F 61 0 F 23 2A 23 15 30
Octal 225 177 141 0 17 43 52 43 25 60
Binary 10010101 1111111 1100001 0 1111 100011 101010 100011 10101 110000

Color Harmonies of #957F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F61

Black with #957F61

Text Example


Text Example

White with #957F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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