Html Css Color HEX #997972 Hemp

📋 copy color: '#997972'

red 153 ◦ green 121 ◦ blue 114

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

Shades of Hemp #997972

Tints of Hemp #997972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 39.43%
G = 31.19%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#997972 (or 0x997972) is known color: Hemp. HEX triplet: 99, 79 and 72. RGB value is (153,121,114). Sum of RGB (Red+Green+Blue) = 153+121+114=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997972 is #66868D. Grayscale: #818181. Windows color (decimal): -6719118 or 7502233. OLE color: 7502233.

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

Color convert

RGB 153 121 114 -
CMYK 0 0.21 0.25 0.4
HSL 10.77º 0.16% 0.52% -
HSV(B) 10.77º 0.25% 0.6% -
XYZ 23.01 21.66 18.89 -
YUV 129.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 153 121 114 0 0.21 0.25 0.4 10.77 0.16 0.52
Hex 99 79 72 0 15 19 28 B 10 34
Octal 231 171 162 0 25 31 50 13 20 64
Binary 10011001 1111001 1110010 0 10101 11001 101000 1011 10000 110100

Color Harmonies of #997972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997972

Black with #997972

Text Example


Text Example

White with #997972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997972; }

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

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

background-color css

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

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

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

border-color css

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

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

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