#998D4C

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

Shades of Highball #998D4C

Tints of Highball #998D4C

Color information

#998D4C (or 0x998D4C) is unknown color: approx Highball. HEX triplet: 99, 8D and 4C. RGB value is (153,141,76). Sum of RGB (Red+Green+Blue) = 153+141+76=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #998D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D4C is #6672B3. Grayscale: #898989. Windows color (decimal): -6714036 or 5016985. OLE color: 5016985.

HSL color Cylindrical-coordinate representation of color #998D4C: hue angle of 50.65º degrees, saturation: 0.34, 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 #998D4C is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15314176-
CMYK00.080.500.4
HSL50.65º33.62%44.9%-
HSV(B)50.65º50.33%60%-
XYZ23.9726.3410.66-
YUV137.1893.48139.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=41.35%
G=38.11%
B=20.54%

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
Decimal1531417600.080.500.450.6533.6244.9
Hex998D4C08322833222d
Octal2312151140106250634255
Binary1001100110001101100110001000110010101000110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,141,76); }

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

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

 a { background-color: rgb(153,141,76); }

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

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

 span { border-color: rgb(153,141,76); }

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