#99501C

Color #99501C Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #99501C

Tints of Rich Gold #99501C

Color information

#99501C (or 0x99501C) is unknown color: approx Rich Gold. HEX triplet: 99, 50 and 1C. RGB value is (153,80,28). Sum of RGB (Red+Green+Blue) = 153+80+28=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99501C is #66AFE3. Grayscale: #606060. Windows color (decimal): -6729700 or 1855641. OLE color: 1855641.

HSL color Cylindrical-coordinate representation of color #99501C: hue angle of 24.96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99501C is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1538028-
CMYK00.480.820.4
HSL24.96º69.06%35.49%-
HSV(B)24.96º81.7%60%-
XYZ16.2212.592.67-
YUV95.989.68168.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 28 (11.33% from 255) = 10.73%
R=58.62%
G=30.65%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153802800.480.820.424.9669.0635.49
Hex99501C0305228194523
Octal23112034060122503110543
Binary1001100110100001110001100001010010101000110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99501C; }

 p { color: rgb(153,80,28); }

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

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

 a { background-color: rgb(153,80,28); }

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

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

 span { border-color: rgb(153,80,28); }

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