#986009

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

Shades of Golden Brown #986009

Tints of Golden Brown #986009

Color information

#986009 (or 0x986009) is unknown color: approx Golden Brown. HEX triplet: 98, 60 and 09. RGB value is (152,96,9). Sum of RGB (Red+Green+Blue) = 152+96+9=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #986009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986009 is #679FF6. Grayscale: #676767. Windows color (decimal): -6791159 or 614552. OLE color: 614552.

HSL color Cylindrical-coordinate representation of color #986009: hue angle of 36.5º 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 #986009 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB152969-
CMYK00.370.940.40
HSL36.5º88.82%31.57%-
HSV(B)36.5º94.08%59.61%-
XYZ17.1815.062.26-
YUV102.8375.05163.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 9 (3.91% from 255) = 3.50%
R=59.14%
G=37.35%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15296900.370.940.4036.588.8231.57
Hex986090255E28255920
Octal23014011045136504513140
Binary1001100011000001001010010110111101010001001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986009; }

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

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

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

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

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

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

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

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