#998547

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

Shades of Highball #998547

Tints of Highball #998547

Color information

#998547 (or 0x998547) is unknown color: approx Highball. HEX triplet: 99, 85 and 47. RGB value is (153,133,71). Sum of RGB (Red+Green+Blue) = 153+133+71=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #998547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998547 is #667AB8. Grayscale: #848484. Windows color (decimal): -6716089 or 4687257. OLE color: 4687257.

HSL color Cylindrical-coordinate representation of color #998547: hue angle of 45.37º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #998547 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB15313371-
CMYK00.130.540.4
HSL45.37º36.61%43.92%-
HSV(B)45.37º53.59%60%-
XYZ22.66249.4-
YUV131.9193.63143.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 71 (28.12% from 255) = 19.89%
R=42.86%
G=37.25%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531337100.130.540.445.3736.6143.92
Hex9985470D36282d252c
Octal2312051070156650554554
Binary1001100110000101100011101101110110101000101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998547; }

 p { color: rgb(153,133,71); }

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

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

 a { background-color: rgb(153,133,71); }

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

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

 span { border-color: rgb(153,133,71); }

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