#98756C

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

Shades of Hemp #98756C

Tints of Hemp #98756C

Color information

#98756C (or 0x98756C) is unknown color: approx Hemp. HEX triplet: 98, 75 and 6C. RGB value is (152,117,108). Sum of RGB (Red+Green+Blue) = 152+117+108=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98756C is #678A93. Grayscale: #7E7E7E. Windows color (decimal): -6785684 or 7107992. OLE color: 7107992.

HSL color Cylindrical-coordinate representation of color #98756C: hue angle of 12.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98756C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB152117108-
CMYK00.230.290.40
HSL12.27º17.6%50.98%-
HSV(B)12.27º28.95%59.61%-
XYZ22.0220.4816.98-
YUV126.44117.6146.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=40.32%
G=31.03%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211710800.230.290.4012.2717.650.98
Hex98756C0171D28c1233
Octal2301651540273550142263
Binary100110001110101110110001011111101101000110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98756C; }

 p { color: rgb(152,117,108); }

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

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

 a { background-color: rgb(152,117,108); }

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

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

 span { border-color: rgb(152,117,108); }

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