#999352

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

Shades of Highball #999352

Tints of Highball #999352

Color information

#999352 (or 0x999352) is unknown color: approx Highball. HEX triplet: 99, 93 and 52. RGB value is (153,147,82). Sum of RGB (Red+Green+Blue) = 153+147+82=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #999352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999352 is #666CAD. Grayscale: #8D8D8D. Windows color (decimal): -6712494 or 5411737. OLE color: 5411737.

HSL color Cylindrical-coordinate representation of color #999352: hue angle of 54.93º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #999352 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15314782-
CMYK00.040.460.4
HSL54.93º30.21%46.08%-
HSV(B)54.93º46.41%60%-
XYZ25.0928.2512.11-
YUV141.3894.49136.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=40.05%
G=38.48%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531478200.040.460.454.9330.2146.08
Hex999352042E28371e2e
Octal231223122045650673656
Binary10011001100100111010010010010111010100011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999352; }

 p { color: rgb(153,147,82); }

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

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

 a { background-color: rgb(153,147,82); }

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

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

 span { border-color: rgb(153,147,82); }

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