#988845

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

Shades of Highball #988845

Tints of Highball #988845

Color information

#988845 (or 0x988845) is unknown color: approx Highball. HEX triplet: 98, 88 and 45. RGB value is (152,136,69). Sum of RGB (Red+Green+Blue) = 152+136+69=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #988845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988845 is #6777BA. Grayscale: #858585. Windows color (decimal): -6780859 or 4556952. OLE color: 4556952.

HSL color Cylindrical-coordinate representation of color #988845: hue angle of 48.43º 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 #988845 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15213669-
CMYK00.110.550.40
HSL48.43º37.56%43.33%-
HSV(B)48.43º54.61%59.61%-
XYZ22.8324.719.2-
YUV133.1591.8141.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=42.58%
G=38.10%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521366900.110.550.4048.4337.5643.33
Hex9888450B372830262b
Octal2302101050136750604653
Binary1001100010001000100010101011110111101000110000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988845; }

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

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

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

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

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

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

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

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