#98857F

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

Shades of Hemp #98857F

Tints of Hemp #98857F

Color information

#98857F (or 0x98857F) is unknown color: approx Hemp. HEX triplet: 98, 85 and 7F. RGB value is (152,133,127). Sum of RGB (Red+Green+Blue) = 152+133+127=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #98857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98857F is #677A80. Grayscale: #8A8A8A. Windows color (decimal): -6781569 or 8357272. OLE color: 8357272.

HSL color Cylindrical-coordinate representation of color #98857F: hue angle of 14.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98857F is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152133127-
CMYK00.130.160.40
HSL14.4º10.82%54.71%-
HSV(B)14.4º16.45%59.61%-
XYZ25.1724.9823.57-
YUV138121.79137.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 127 (50% from 255) = 30.83%
R=36.89%
G=32.28%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213312700.130.160.4014.410.8254.71
Hex98857F0D1028eb37
Octal2302051770152050161367
Binary10011000100001011111111011011000010100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98857F; }

 p { color: rgb(152,133,127); }

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

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

 a { background-color: rgb(152,133,127); }

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

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

 span { border-color: rgb(152,133,127); }

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