Html Css Color HEX #957E71 Hemp

📋 copy color: '#957E71'

red 149 ◦ green 126 ◦ blue 113

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

Shades of Hemp #957E71

Tints of Hemp #957E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 38.4%
G = 32.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#957E71 (or 0x957E71) is known color: Hemp. HEX triplet: 95, 7E and 71. RGB value is (149,126,113). Sum of RGB (Red+Green+Blue) = 149+126+113=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E71 is #6A818E. Grayscale: #838383. Windows color (decimal): -6979983 or 7437973. OLE color: 7437973.

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

Color convert

RGB 149 126 113 -
CMYK 0 0.15 0.24 0.42
HSL 21.67º 0.15% 0.51% -
HSV(B) 21.67º 0.24% 0.58% -
XYZ 22.84 22.5 18.76 -
YUV 131.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 149 126 113 0 0.15 0.24 0.42 21.67 0.15 0.51
Hex 95 7E 71 0 F 18 2A 16 F 33
Octal 225 176 161 0 17 30 52 26 17 63
Binary 10010101 1111110 1110001 0 1111 11000 101010 10110 1111 110011

Color Harmonies of #957E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E71

Black with #957E71

Text Example


Text Example

White with #957E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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