#999353

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

Shades of Highball #999353

Tints of Highball #999353

Color information

#999353 (or 0x999353) is unknown color: approx Highball. HEX triplet: 99, 93 and 53. RGB value is (153,147,83). Sum of RGB (Red+Green+Blue) = 153+147+83=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #999353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999353 is #666CAC. Grayscale: #8D8D8D. Windows color (decimal): -6712493 or 5477273. OLE color: 5477273.

HSL color Cylindrical-coordinate representation of color #999353: hue angle of 54.86º 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 #999353 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15314783-
CMYK00.040.460.4
HSL54.86º29.66%46.27%-
HSV(B)54.86º45.75%60%-
XYZ25.1328.2612.31-
YUV141.594.99136.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=39.95%
G=38.38%
B=21.67%

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
Decimal1531478300.040.460.454.8629.6646.27
Hex999353042E28371e2e
Octal231223123045650673656
Binary10011001100100111010011010010111010100011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999353; }

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

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

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

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

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

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

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

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