#986A09

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

Shades of Golden Brown #986A09

Tints of Golden Brown #986A09

Color information

#986A09 (or 0x986A09) is unknown color: approx Golden Brown. HEX triplet: 98, 6A and 09. RGB value is (152,106,9). Sum of RGB (Red+Green+Blue) = 152+106+9=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #986A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986A09 is #6795F6. Grayscale: #6D6D6D. Windows color (decimal): -6788599 or 617112. OLE color: 617112.

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

Color convert

RGB1521069-
CMYK00.300.940.40
HSL40.7º88.82%31.57%-
HSV(B)40.7º94.08%59.61%-
XYZ18.15172.58-
YUV108.771.74158.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 9 (3.91% from 255) = 3.37%
R=56.93%
G=39.70%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152106900.300.940.4040.788.8231.57
Hex986A901E5E28295920
Octal23015211036136505113140
Binary100110001101010100101111010111101010001010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986A09; }

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

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

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

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

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

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

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

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