#98786A

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

Shades of Hemp #98786A

Tints of Hemp #98786A

Color information

#98786A (or 0x98786A) is unknown color: approx Hemp. HEX triplet: 98, 78 and 6A. RGB value is (152,120,106). Sum of RGB (Red+Green+Blue) = 152+120+106=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98786A is #678795. Grayscale: #808080. Windows color (decimal): -6784918 or 6977688. OLE color: 6977688.

HSL color Cylindrical-coordinate representation of color #98786A: hue angle of 18.26º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98786A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB152120106-
CMYK00.210.300.40
HSL18.26º18.25%50.59%-
HSV(B)18.26º30.26%59.61%-
XYZ22.2721.1516.54-
YUV127.97115.6145.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=40.21%
G=31.75%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212010600.210.300.4018.2618.2550.59
Hex98786A0151E28121233
Octal2301701520253650222263
Binary1001100011110001101010010101111101010001001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98786A; }

 p { color: rgb(152,120,106); }

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

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

 a { background-color: rgb(152,120,106); }

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

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

 span { border-color: rgb(152,120,106); }

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