#9F806E

Color #9F806E Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #9F806E

Tints of Hemp #9F806E

Color information

#9F806E (or 0x9F806E) is unknown color: approx Hemp. HEX triplet: 9F, 80 and 6E. RGB value is (159,128,110). Sum of RGB (Red+Green+Blue) = 159+128+110=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F806E is #607F91. Grayscale: #878787. Windows color (decimal): -6324114 or 7241887. OLE color: 7241887.

HSL color Cylindrical-coordinate representation of color #9F806E: hue angle of 22.04º 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 #9F806E is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB159128110-
CMYK00.190.310.38
HSL22.04º20.33%52.75%-
HSV(B)22.04º30.82%62.35%-
XYZ24.8323.9418.06-
YUV135.22113.77144.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=40.05%
G=32.24%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912811000.190.310.3822.0420.3352.75
Hex9F806E0131F26161435
Octal2372001560233746262465
Binary10011111100000001101110010011111111001101011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F806E;
 }
 .AnyTagClassName
 {
   color: #9F806E;
 }
</style>
background-color css

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

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

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

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

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

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