#99953D

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

Shades of Highball #99953D

Tints of Highball #99953D

Color information

#99953D (or 0x99953D) is unknown color: approx Highball. HEX triplet: 99, 95 and 3D. RGB value is (153,149,61). Sum of RGB (Red+Green+Blue) = 153+149+61=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99953D is #666AC2. Grayscale: #8C8C8C. Windows color (decimal): -6712003 or 4035993. OLE color: 4035993.

HSL color Cylindrical-coordinate representation of color #99953D: hue angle of 57.39º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99953D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB15314961-
CMYK00.030.600.4
HSL57.39º42.99%41.96%-
HSV(B)57.39º60.13%60%-
XYZ24.7328.68.63-
YUV140.1683.33137.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 61 (24.22% from 255) = 16.80%
R=42.15%
G=41.05%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531496100.030.600.457.3942.9941.96
Hex99953D033C28392b2a
Octal23122575037450715352
Binary1001100110010101111101011111100101000111001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99953D; }

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

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

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

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

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

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

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

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