#98561F

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

Shades of Rich Gold #98561F

Tints of Rich Gold #98561F

Color information

#98561F (or 0x98561F) is unknown color: approx Rich Gold. HEX triplet: 98, 56 and 1F. RGB value is (152,86,31). Sum of RGB (Red+Green+Blue) = 152+86+31=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98561F is #67A9E0. Grayscale: #636363. Windows color (decimal): -6793697 or 2053784. OLE color: 2053784.

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

Color convert

RGB1528631-
CMYK00.430.800.40
HSL27.27º66.12%35.88%-
HSV(B)27.27º79.61%59.61%-
XYZ16.5213.433.02-
YUV99.4689.37165.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=56.51%
G=31.97%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152863100.430.800.4027.2766.1235.88
Hex98561F02B50281b4224
Octal23012637053120503310244
Binary1001100010101101111101010111010000101000110111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98561F; }

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

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

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

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

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

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

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

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