#988645

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

Shades of Highball #988645

Tints of Highball #988645

Color information

#988645 (or 0x988645) is unknown color: approx Highball. HEX triplet: 98, 86 and 45. RGB value is (152,134,69). Sum of RGB (Red+Green+Blue) = 152+134+69=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #988645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988645 is #6779BA. Grayscale: #848484. Windows color (decimal): -6781371 or 4556440. OLE color: 4556440.

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

Color convert

RGB15213469-
CMYK00.120.550.40
HSL46.99º37.56%43.33%-
HSV(B)46.99º54.61%59.61%-
XYZ22.5524.169.1-
YUV131.9792.46142.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=42.82%
G=37.75%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521346900.120.550.4046.9937.5643.33
Hex9886450C37282f262b
Octal2302061050146750574653
Binary1001100010000110100010101100110111101000101111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988645; }

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

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

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

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

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

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

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

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