Html Css Color HEX #997D6C Hemp

📋 copy color: '#997D6C'

red 153 ◦ green 125 ◦ blue 108

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

Shades of Hemp #997D6C

Tints of Hemp #997D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 108 (42.58% from 255) = 27.98%

R = 39.64%
G = 32.38%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#997D6C (or 0x997D6C) is known color: Hemp. HEX triplet: 99, 7D and 6C. RGB value is (153,125,108). Sum of RGB (Red+Green+Blue) = 153+125+108=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #997D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D6C is #668293. Grayscale: #838383. Windows color (decimal): -6718100 or 7110041. OLE color: 7110041.

HSL color Cylindrical-coordinate representation of color #997D6C: hue angle of 22.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #997D6C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 108 -
CMYK 0 0.18 0.29 0.4
HSL 22.67º 0.18% 0.51% -
HSV(B) 22.67º 0.29% 0.6% -
XYZ 23.18 22.52 17.31 -
YUV 131.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 153 125 108 0 0.18 0.29 0.4 22.67 0.18 0.51
Hex 99 7D 6C 0 12 1D 28 17 12 33
Octal 231 175 154 0 22 35 50 27 22 63
Binary 10011001 1111101 1101100 0 10010 11101 101000 10111 10010 110011

Color Harmonies of #997D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D6C

Black with #997D6C

Text Example


Text Example

White with #997D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,108); }

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

background-color css

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

 a { background-color: rgb(153,125,108); }

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

border-color css

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

 span { border-color: rgb(153,125,108); }

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