#998076

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

Shades of Hemp #998076

Tints of Hemp #998076

Color information

#998076 (or 0x998076) is unknown color: approx Hemp. HEX triplet: 99, 80 and 76. RGB value is (153,128,118). Sum of RGB (Red+Green+Blue) = 153+128+118=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #998076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998076 is #667F89. Grayscale: #868686. Windows color (decimal): -6717322 or 7766169. OLE color: 7766169.

HSL color Cylindrical-coordinate representation of color #998076: hue angle of 17.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #998076 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153128118-
CMYK00.160.230.4
HSL17.14º14.64%53.14%-
HSV(B)17.14º22.88%60%-
XYZ24.1323.5220.41-
YUV134.34118.78141.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=38.35%
G=32.08%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312811800.160.230.417.1414.6453.14
Hex998076010172811f35
Octal2312001660202750211765
Binary1001100110000000111011001000010111101000100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998076; }

 p { color: rgb(153,128,118); }

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

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

 a { background-color: rgb(153,128,118); }

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

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

 span { border-color: rgb(153,128,118); }

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