#998445

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

Shades of Highball #998445

Tints of Highball #998445

Color information

#998445 (or 0x998445) is unknown color: approx Highball. HEX triplet: 99, 84 and 45. RGB value is (153,132,69). Sum of RGB (Red+Green+Blue) = 153+132+69=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #998445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998445 is #667BBA. Grayscale: #838383. Windows color (decimal): -6716347 or 4555929. OLE color: 4555929.

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

Color convert

RGB15313269-
CMYK00.140.550.4
HSL45º37.84%43.53%-
HSV(B)45º54.9%60%-
XYZ22.4623.79.02-
YUV131.192.96143.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=43.22%
G=37.29%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531326900.140.550.44537.8443.53
Hex9984450E37282d262c
Octal2312041050166750554654
Binary1001100110000100100010101110110111101000101101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998445; }

 p { color: rgb(153,132,69); }

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

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

 a { background-color: rgb(153,132,69); }

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

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

 span { border-color: rgb(153,132,69); }

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