Html Css Color HEX #957C70 Hemp

📋 copy color: '#957C70'

red 149 ◦ green 124 ◦ blue 112

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

Shades of Hemp #957C70

Tints of Hemp #957C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 38.7%
G = 32.21%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#957C70 (or 0x957C70) is known color: Hemp. HEX triplet: 95, 7C and 70. RGB value is (149,124,112). Sum of RGB (Red+Green+Blue) = 149+124+112=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C70 is #6A838F. Grayscale: #828282. Windows color (decimal): -6980496 or 7371925. OLE color: 7371925.

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

Color convert

RGB 149 124 112 -
CMYK 0 0.17 0.25 0.42
HSL 19.46º 0.15% 0.51% -
HSV(B) 19.46º 0.25% 0.58% -
XYZ 22.53 21.97 18.38 -
YUV 130.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 149 124 112 0 0.17 0.25 0.42 19.46 0.15 0.51
Hex 95 7C 70 0 11 19 2A 13 F 33
Octal 225 174 160 0 21 31 52 23 17 63
Binary 10010101 1111100 1110000 0 10001 11001 101010 10011 1111 110011

Color Harmonies of #957C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C70

Black with #957C70

Text Example


Text Example

White with #957C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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