#999543

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

Shades of Highball #999543

Tints of Highball #999543

Color information

#999543 (or 0x999543) is unknown color: approx Highball. HEX triplet: 99, 95 and 43. RGB value is (153,149,67). Sum of RGB (Red+Green+Blue) = 153+149+67=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #999543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999543 is #666ABC. Grayscale: #8D8D8D. Windows color (decimal): -6711997 or 4429209. OLE color: 4429209.

HSL color Cylindrical-coordinate representation of color #999543: hue angle of 57.21º degrees, saturation: 0.39, 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 #999543 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB15314967-
CMYK00.030.560.4
HSL57.21º39.09%43.14%-
HSV(B)57.21º56.21%60%-
XYZ24.928.679.53-
YUV140.8586.33136.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 67 (26.56% from 255) = 18.16%
R=41.46%
G=40.38%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531496700.030.560.457.2139.0943.14
Hex99954303382839272b
Octal231225103037050714753
Binary10011001100101011000011011111000101000111001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999543; }

 p { color: rgb(153,149,67); }

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

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

 a { background-color: rgb(153,149,67); }

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

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

 span { border-color: rgb(153,149,67); }

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