#998F3C

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

Shades of Highball #998F3C

Tints of Highball #998F3C

Color information

#998F3C (or 0x998F3C) is unknown color: approx Highball. HEX triplet: 99, 8F and 3C. RGB value is (153,143,60). Sum of RGB (Red+Green+Blue) = 153+143+60=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #998F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F3C is #6670C3. Grayscale: #888888. Windows color (decimal): -6713540 or 3968921. OLE color: 3968921.

HSL color Cylindrical-coordinate representation of color #998F3C: hue angle of 53.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #998F3C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15314360-
CMYK00.070.610.4
HSL53.55º43.66%41.76%-
HSV(B)53.55º60.78%60%-
XYZ23.7726.748.18-
YUV136.5384.81139.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=42.98%
G=40.17%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531436000.070.610.453.5543.6641.76
Hex998F3C073D28362c2a
Octal23121774077550665452
Binary10011001100011111111000111111101101000110110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,143,60); }

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

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

 a { background-color: rgb(153,143,60); }

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

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

 span { border-color: rgb(153,143,60); }

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