#988279

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

Shades of Hemp #988279

Tints of Hemp #988279

Color information

#988279 (or 0x988279) is unknown color: approx Hemp. HEX triplet: 98, 82 and 79. RGB value is (152,130,121). Sum of RGB (Red+Green+Blue) = 152+130+121=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #988279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988279 is #677D86. Grayscale: #878787. Windows color (decimal): -6782343 or 7963288. OLE color: 7963288.

HSL color Cylindrical-coordinate representation of color #988279: hue angle of 17.42º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988279 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152130121-
CMYK00.140.200.40
HSL17.42º13.08%53.53%-
HSV(B)17.42º20.39%59.61%-
XYZ24.3824.0221.44-
YUV135.55119.79139.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=37.72%
G=32.26%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213012100.140.200.4017.4213.0853.53
Hex9882790E142811d36
Octal2302021710162450211566
Binary100110001000001011110010111010100101000100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988279; }

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

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

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

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

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

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

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

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