Html Css Color HEX #9F796E Hemp

📋 copy color: '#9F796E'

red 159 ◦ green 121 ◦ blue 110

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

Shades of Hemp #9F796E

Tints of Hemp #9F796E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.21%

R = 40.77%
G = 31.03%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F796E (or 0x9F796E) is known color: Hemp. HEX triplet: 9F, 79 and 6E. RGB value is (159,121,110). Sum of RGB (Red+Green+Blue) = 159+121+110=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F796E is #608691. Grayscale: #838383. Windows color (decimal): -6325906 or 7240095. OLE color: 7240095.

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

Color convert

RGB 159 121 110 -
CMYK 0 0.24 0.31 0.38
HSL 13.47º 0.2% 0.53% -
HSV(B) 13.47º 0.31% 0.62% -
XYZ 23.95 22.17 17.77 -
YUV 131.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 159 121 110 0 0.24 0.31 0.38 13.47 0.2 0.53
Hex 9F 79 6E 0 18 1F 26 D 14 35
Octal 237 171 156 0 30 37 46 15 24 65
Binary 10011111 1111001 1101110 0 11000 11111 100110 1101 10100 110101

Color Harmonies of #9F796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F796E

Black with #9F796E

Text Example


Text Example

White with #9F796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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