#998C4D

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

Shades of Highball #998C4D

Tints of Highball #998C4D

Color information

#998C4D (or 0x998C4D) is unknown color: approx Highball. HEX triplet: 99, 8C and 4D. RGB value is (153,140,77). Sum of RGB (Red+Green+Blue) = 153+140+77=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #998C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C4D is #6673B2. Grayscale: #888888. Windows color (decimal): -6714291 or 5082265. OLE color: 5082265.

HSL color Cylindrical-coordinate representation of color #998C4D: hue angle of 49.74º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #998C4D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15314077-
CMYK00.080.500.4
HSL49.74º33.04%45.1%-
HSV(B)49.74º49.67%60%-
XYZ23.8526.0610.79-
YUV136.794.31139.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=41.35%
G=37.84%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531407700.080.500.449.7433.0445.1
Hex998C4D08322832212d
Octal2312141150106250624155
Binary1001100110001100100110101000110010101000110010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998C4D; }

 p { color: rgb(153,140,77); }

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

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

 a { background-color: rgb(153,140,77); }

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

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

 span { border-color: rgb(153,140,77); }

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