Html Css Color HEX #957B71 Hemp

📋 copy color: '#957B71'

red 149 ◦ green 123 ◦ blue 113

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

Shades of Hemp #957B71

Tints of Hemp #957B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 38.7%
G = 31.95%
B = 29.35%

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

#957B71 (or 0x957B71) is known color: Hemp. HEX triplet: 95, 7B and 71. RGB value is (149,123,113). Sum of RGB (Red+Green+Blue) = 149+123+113=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B71 is #6A848E. Grayscale: #818181. Windows color (decimal): -6980751 or 7437205. OLE color: 7437205.

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

Color convert

RGB 149 123 113 -
CMYK 0 0.17 0.24 0.42
HSL 16.67º 0.15% 0.51% -
HSV(B) 16.67º 0.24% 0.58% -
XYZ 22.46 21.75 18.64 -
YUV 129.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 149 123 113 0 0.17 0.24 0.42 16.67 0.15 0.51
Hex 95 7B 71 0 11 18 2A 11 F 33
Octal 225 173 161 0 21 30 52 21 17 63
Binary 10010101 1111011 1110001 0 10001 11000 101010 10001 1111 110011

Color Harmonies of #957B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B71

Black with #957B71

Text Example


Text Example

White with #957B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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