#998344

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

Shades of Highball #998344

Tints of Highball #998344

Color information

#998344 (or 0x998344) is unknown color: approx Highball. HEX triplet: 99, 83 and 44. RGB value is (153,131,68). Sum of RGB (Red+Green+Blue) = 153+131+68=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #998344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998344 is #667CBB. Grayscale: #828282. Windows color (decimal): -6716604 or 4490137. OLE color: 4490137.

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

Color convert

RGB15313168-
CMYK00.140.560.4
HSL44.47º38.46%43.33%-
HSV(B)44.47º55.56%60%-
XYZ22.323.428.81-
YUV130.492.79144.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=43.47%
G=37.22%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531316800.140.560.444.4738.4643.33
Hex9983440E38282c262b
Octal2312031040167050544653
Binary1001100110000011100010001110111000101000101100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998344; }

 p { color: rgb(153,131,68); }

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

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

 a { background-color: rgb(153,131,68); }

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

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

 span { border-color: rgb(153,131,68); }

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