#987A6D

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

Shades of Hemp #987A6D

Tints of Hemp #987A6D

Color information

#987A6D (or 0x987A6D) is unknown color: approx Hemp. HEX triplet: 98, 7A and 6D. RGB value is (152,122,109). Sum of RGB (Red+Green+Blue) = 152+122+109=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #987A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A6D is #678592. Grayscale: #818181. Windows color (decimal): -6784403 or 7174808. OLE color: 7174808.

HSL color Cylindrical-coordinate representation of color #987A6D: hue angle of 18.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987A6D is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152122109-
CMYK00.200.280.40
HSL18.14º17.27%51.18%-
HSV(B)18.14º28.29%59.61%-
XYZ22.6721.717.46-
YUV129.49116.44144.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=39.69%
G=31.85%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212210900.200.280.4018.1417.2751.18
Hex987A6D0141C28121133
Octal2301721550243450222163
Binary1001100011110101101101010100111001010001001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A6D; }

 p { color: rgb(152,122,109); }

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

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

 a { background-color: rgb(152,122,109); }

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

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

 span { border-color: rgb(152,122,109); }

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