#985609

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

Shades of Golden Brown #985609

Tints of Golden Brown #985609

Color information

#985609 (or 0x985609) is unknown color: approx Golden Brown. HEX triplet: 98, 56 and 09. RGB value is (152,86,9). Sum of RGB (Red+Green+Blue) = 152+86+9=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #985609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985609 is #67A9F6. Grayscale: #616161. Windows color (decimal): -6793719 or 611992. OLE color: 611992.

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

Color convert

RGB152869-
CMYK00.430.940.40
HSL32.31º88.82%31.57%-
HSV(B)32.31º94.08%59.61%-
XYZ16.3313.351.97-
YUV96.9678.37167.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=61.54%
G=34.82%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15286900.430.940.4032.3188.8231.57
Hex9856902B5E28205920
Octal23012611053136504013140
Binary1001100010101101001010101110111101010001000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985609; }

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

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

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

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

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

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

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

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