Html Css Color HEX #997F71 Hemp

📋 copy color: '#997F71'

red 153 ◦ green 127 ◦ blue 113

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

Shades of Hemp #997F71

Tints of Hemp #997F71

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

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

R = 38.93%
G = 32.32%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#997F71 (or 0x997F71) is known color: Hemp. HEX triplet: 99, 7F and 71. RGB value is (153,127,113). Sum of RGB (Red+Green+Blue) = 153+127+113=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #997F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F71 is #66808E. Grayscale: #858585. Windows color (decimal): -6717583 or 7438233. OLE color: 7438233.

HSL color Cylindrical-coordinate representation of color #997F71: hue angle of 21º 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 #997F71 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 113 -
CMYK 0 0.17 0.26 0.4
HSL 21º 0.16% 0.52% -
HSV(B) 21º 0.26% 0.6% -
XYZ 23.71 23.14 18.84 -
YUV 133.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 153 127 113 0 0.17 0.26 0.4 21 0.16 0.52
Hex 99 7F 71 0 11 1A 28 15 10 34
Octal 231 177 161 0 21 32 50 25 20 64
Binary 10011001 1111111 1110001 0 10001 11010 101000 10101 10000 110100

Color Harmonies of #997F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F71

Black with #997F71

Text Example


Text Example

White with #997F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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