#998F51

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

Shades of Highball #998F51

Tints of Highball #998F51

Color information

#998F51 (or 0x998F51) is unknown color: approx Highball. HEX triplet: 99, 8F and 51. RGB value is (153,143,81). Sum of RGB (Red+Green+Blue) = 153+143+81=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #998F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F51 is #6670AE. Grayscale: #8B8B8B. Windows color (decimal): -6713519 or 5345177. OLE color: 5345177.

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

Color convert

RGB15314381-
CMYK00.070.470.4
HSL51.67º30.77%45.88%-
HSV(B)51.67º47.06%60%-
XYZ24.4427.0111.71-
YUV138.9295.31138.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=40.58%
G=37.93%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531438100.070.470.451.6730.7745.88
Hex998F51072F28341f2e
Octal231217121075750643756
Binary10011001100011111010001011110111110100011010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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