#988545

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

Shades of Highball #988545

Tints of Highball #988545

Color information

#988545 (or 0x988545) is unknown color: approx Highball. HEX triplet: 98, 85 and 45. RGB value is (152,133,69). Sum of RGB (Red+Green+Blue) = 152+133+69=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #988545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988545 is #677ABA. Grayscale: #838383. Windows color (decimal): -6781627 or 4556184. OLE color: 4556184.

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

Color convert

RGB15213369-
CMYK00.130.550.40
HSL46.27º37.56%43.33%-
HSV(B)46.27º54.61%59.61%-
XYZ22.4123.889.06-
YUV131.3992.79142.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=42.94%
G=37.57%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521336900.130.550.4046.2737.5643.33
Hex9885450D37282e262b
Octal2302051050156750564653
Binary1001100010000101100010101101110111101000101110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988545; }

 p { color: rgb(152,133,69); }

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

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

 a { background-color: rgb(152,133,69); }

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

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

 span { border-color: rgb(152,133,69); }

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