#997009

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

Shades of Golden Brown #997009

Tints of Golden Brown #997009

Color information

#997009 (or 0x997009) is unknown color: approx Golden Brown. HEX triplet: 99, 70 and 09. RGB value is (153,112,9). Sum of RGB (Red+Green+Blue) = 153+112+9=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #997009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997009 is #668FF6. Grayscale: #707070. Windows color (decimal): -6721527 or 618649. OLE color: 618649.

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

Color convert

RGB1531129-
CMYK00.270.940.4
HSL42.92º88.89%31.76%-
HSV(B)42.92º94.12%60%-
XYZ18.9818.382.81-
YUV112.5269.58156.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 9 (3.91% from 255) = 3.28%
R=55.84%
G=40.88%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153112900.270.940.442.9288.8931.76
Hex9970901B5E282b5920
Octal23116011033136505313140
Binary100110011110000100101101110111101010001010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997009; }

 p { color: rgb(153,112,9); }

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

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

 a { background-color: rgb(153,112,9); }

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

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

 span { border-color: rgb(153,112,9); }

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