#998749

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

Shades of Highball #998749

Tints of Highball #998749

Color information

#998749 (or 0x998749) is unknown color: approx Highball. HEX triplet: 99, 87 and 49. RGB value is (153,135,73). Sum of RGB (Red+Green+Blue) = 153+135+73=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #998749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998749 is #6678B6. Grayscale: #858585. Windows color (decimal): -6715575 or 4818841. OLE color: 4818841.

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

Color convert

RGB15313573-
CMYK00.120.520.4
HSL46.5º35.4%44.31%-
HSV(B)46.5º52.29%60%-
XYZ2324.589.84-
YUV133.3193.96142.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=42.38%
G=37.40%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531357300.120.520.446.535.444.31
Hex9987490C34282e232c
Octal2312071110146450564354
Binary1001100110000111100100101100110100101000101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998749; }

 p { color: rgb(153,135,73); }

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

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

 a { background-color: rgb(153,135,73); }

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

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

 span { border-color: rgb(153,135,73); }

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