Html Css Color HEX #917970 Hemp

📋 copy color: '#917970'

red 145 ◦ green 121 ◦ blue 112

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

Shades of Hemp #917970

Tints of Hemp #917970

RGB

 RED value IS 145 (57.03% from 255) = 38.36%

 GREEN value IS 121 (47.66% from 255) = 32.01%

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

R = 38.36%
G = 32.01%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#917970 (or 0x917970) is known color: Hemp. HEX triplet: 91, 79 and 70. RGB value is (145,121,112). Sum of RGB (Red+Green+Blue) = 145+121+112=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917970 is #6E868F. Grayscale: #7F7F7F. Windows color (decimal): -7243408 or 7371153. OLE color: 7371153.

HSL color Cylindrical-coordinate representation of color #917970: hue angle of 16.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917970 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 121 112 -
CMYK 0 0.17 0.23 0.43
HSL 16.36º 0.13% 0.5% -
HSV(B) 16.36º 0.23% 0.57% -
XYZ 21.44 20.86 18.23 -
YUV 127.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 145 121 112 0 0.17 0.23 0.43 16.36 0.13 0.5
Hex 91 79 70 0 11 17 2B 10 D 32
Octal 221 171 160 0 21 27 53 20 15 62
Binary 10010001 1111001 1110000 0 10001 10111 101011 10000 1101 110010

Color Harmonies of #917970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917970

Black with #917970

Text Example


Text Example

White with #917970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917970; }

 p { color: rgb(145,121,112); }

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

background-color css

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

 a { background-color: rgb(145,121,112); }

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

border-color css

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

 span { border-color: rgb(145,121,112); }

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