Html Css Color HEX #997971 Hemp

📋 copy color: '#997971'

red 153 ◦ green 121 ◦ blue 113

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

Shades of Hemp #997971

Tints of Hemp #997971

RGB

 RED value IS 153 (60.16% from 255) = 39.53%

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

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

R = 39.53%
G = 31.27%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#997971 (or 0x997971) is known color: Hemp. HEX triplet: 99, 79 and 71. RGB value is (153,121,113). Sum of RGB (Red+Green+Blue) = 153+121+113=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997971 is #66868E. Grayscale: #818181. Windows color (decimal): -6719119 or 7436697. OLE color: 7436697.

HSL color Cylindrical-coordinate representation of color #997971: hue angle of 12º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997971 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 113 -
CMYK 0 0.21 0.26 0.4
HSL 12º 0.16% 0.52% -
HSV(B) 12º 0.26% 0.6% -
XYZ 22.95 21.64 18.59 -
YUV 129.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 153 121 113 0 0.21 0.26 0.4 12 0.16 0.52
Hex 99 79 71 0 15 1A 28 C 10 34
Octal 231 171 161 0 25 32 50 14 20 64
Binary 10011001 1111001 1110001 0 10101 11010 101000 1100 10000 110100

Color Harmonies of #997971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997971

Black with #997971

Text Example


Text Example

White with #997971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997971; }

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

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

background-color css

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

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

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

border-color css

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

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

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