Html Css Color HEX #9F7971 Hemp

📋 copy color: '#9F7971'

red 159 ◦ green 121 ◦ blue 113

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

Shades of Hemp #9F7971

Tints of Hemp #9F7971

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

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

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

R = 40.46%
G = 30.79%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F7971 (or 0x9F7971) is known color: Hemp. HEX triplet: 9F, 79 and 71. RGB value is (159,121,113). Sum of RGB (Red+Green+Blue) = 159+121+113=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7971 is #60868E. Grayscale: #838383. Windows color (decimal): -6325903 or 7436703. OLE color: 7436703.

HSL color Cylindrical-coordinate representation of color #9F7971: hue angle of 10.43º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7971 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 121 113 -
CMYK 0 0.24 0.29 0.38
HSL 10.43º 0.19% 0.53% -
HSV(B) 10.43º 0.29% 0.62% -
XYZ 24.12 22.24 18.64 -
YUV 131.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 159 121 113 0 0.24 0.29 0.38 10.43 0.19 0.53
Hex 9F 79 71 0 18 1D 26 A 13 35
Octal 237 171 161 0 30 35 46 12 23 65
Binary 10011111 1111001 1110001 0 11000 11101 100110 1010 10011 110101

Color Harmonies of #9F7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7971

Black with #9F7971

Text Example


Text Example

White with #9F7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F7971; }

 p { color: rgb(159,121,113); }

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

background-color css

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

 a { background-color: rgb(159,121,113); }

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

border-color css

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

 span { border-color: rgb(159,121,113); }

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