#98776C

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

Shades of Hemp #98776C

Tints of Hemp #98776C

Color information

#98776C (or 0x98776C) is unknown color: approx Hemp. HEX triplet: 98, 77 and 6C. RGB value is (152,119,108). Sum of RGB (Red+Green+Blue) = 152+119+108=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98776C is #678893. Grayscale: #7F7F7F. Windows color (decimal): -6785172 or 7108504. OLE color: 7108504.

HSL color Cylindrical-coordinate representation of color #98776C: hue angle of 15º 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 #98776C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB152119108-
CMYK00.220.290.40
HSL15º17.6%50.98%-
HSV(B)15º28.95%59.61%-
XYZ22.2520.9517.06-
YUV127.61116.93145.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=40.11%
G=31.40%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211910800.220.290.401517.650.98
Hex98776C0161D28f1233
Octal2301671540263550172263
Binary100110001110111110110001011011101101000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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