#985620

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

Shades of Rich Gold #985620

Tints of Rich Gold #985620

Color information

#985620 (or 0x985620) is unknown color: approx Rich Gold. HEX triplet: 98, 56 and 20. RGB value is (152,86,32). Sum of RGB (Red+Green+Blue) = 152+86+32=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #985620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985620 is #67A9DF. Grayscale: #636363. Windows color (decimal): -6793696 or 2119320. OLE color: 2119320.

HSL color Cylindrical-coordinate representation of color #985620: hue angle of 27º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #985620 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1528632-
CMYK00.430.790.40
HSL27º65.22%36.08%-
HSV(B)27º78.95%59.61%-
XYZ16.5413.443.09-
YUV99.5889.87165.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=56.30%
G=31.85%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152863200.430.790.402765.2236.08
Hex98562002B4F281b4124
Octal23012640053117503310144
Binary10011000101011010000001010111001111101000110111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985620; }

 p { color: rgb(152,86,32); }

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

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

 a { background-color: rgb(152,86,32); }

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

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

 span { border-color: rgb(152,86,32); }

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