#998540

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

Shades of Highball #998540

Tints of Highball #998540

Color information

#998540 (or 0x998540) is unknown color: approx Highball. HEX triplet: 99, 85 and 40. RGB value is (153,133,64). Sum of RGB (Red+Green+Blue) = 153+133+64=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #998540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998540 is #667ABF. Grayscale: #838383. Windows color (decimal): -6716096 or 4228505. OLE color: 4228505.

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

Color convert

RGB15313364-
CMYK00.130.580.4
HSL46.52º41.01%42.55%-
HSV(B)46.52º58.17%60%-
XYZ22.4523.928.28-
YUV131.1190.13143.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=43.71%
G=38%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531336400.130.580.446.5241.0142.55
Hex9985400D3A282f292b
Octal2312051000157250575153
Binary1001100110000101100000001101111010101000101111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998540; }

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

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

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

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

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

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

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

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