#98756E

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

Shades of Hemp #98756E

Tints of Hemp #98756E

Color information

#98756E (or 0x98756E) is unknown color: approx Hemp. HEX triplet: 98, 75 and 6E. RGB value is (152,117,110). Sum of RGB (Red+Green+Blue) = 152+117+110=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98756E is #678A91. Grayscale: #7E7E7E. Windows color (decimal): -6785682 or 7239064. OLE color: 7239064.

HSL color Cylindrical-coordinate representation of color #98756E: hue angle of 10º 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 #98756E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152117110-
CMYK00.230.280.40
HSL10º16.94%51.37%-
HSV(B)10º27.63%59.61%-
XYZ22.1220.5217.55-
YUV126.67118.6146.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=40.11%
G=30.87%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211711000.230.280.401016.9451.37
Hex98756E0171C28a1133
Octal2301651560273450122163
Binary100110001110101110111001011111100101000101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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