Html Css Color HEX #9F8279 Hemp

📋 copy color: '#9F8279'

red 159 ◦ green 130 ◦ blue 121

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

Shades of Hemp #9F8279

Tints of Hemp #9F8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 38.78%
G = 31.71%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F8279 (or 0x9F8279) is known color: Hemp. HEX triplet: 9F, 82 and 79. RGB value is (159,130,121). Sum of RGB (Red+Green+Blue) = 159+130+121=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8279 is #607D86. Grayscale: #898989. Windows color (decimal): -6323591 or 7963295. OLE color: 7963295.

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

Color convert

RGB 159 130 121 -
CMYK 0 0.18 0.24 0.38
HSL 14.21º 0.17% 0.55% -
HSV(B) 14.21º 0.24% 0.62% -
XYZ 25.73 24.72 21.5 -
YUV 137.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 159 130 121 0 0.18 0.24 0.38 14.21 0.17 0.55
Hex 9F 82 79 0 12 18 26 E 11 37
Octal 237 202 171 0 22 30 46 16 21 67
Binary 10011111 10000010 1111001 0 10010 11000 100110 1110 10001 110111

Color Harmonies of #9F8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8279

Black with #9F8279

Text Example


Text Example

White with #9F8279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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