Html Css Color HEX #957C71 Hemp

📋 copy color: '#957C71'

red 149 ◦ green 124 ◦ blue 113

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

Shades of Hemp #957C71

Tints of Hemp #957C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 38.6%
G = 32.12%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#957C71 (or 0x957C71) is known color: Hemp. HEX triplet: 95, 7C and 71. RGB value is (149,124,113). Sum of RGB (Red+Green+Blue) = 149+124+113=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C71 is #6A838E. Grayscale: #828282. Windows color (decimal): -6980495 or 7437461. OLE color: 7437461.

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

Color convert

RGB 149 124 113 -
CMYK 0 0.17 0.24 0.42
HSL 18.33º 0.15% 0.51% -
HSV(B) 18.33º 0.24% 0.58% -
XYZ 22.58 22 18.68 -
YUV 130.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 149 124 113 0 0.17 0.24 0.42 18.33 0.15 0.51
Hex 95 7C 71 0 11 18 2A 12 F 33
Octal 225 174 161 0 21 30 52 22 17 63
Binary 10010101 1111100 1110001 0 10001 11000 101010 10010 1111 110011

Color Harmonies of #957C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C71

Black with #957C71

Text Example


Text Example

White with #957C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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