#997400

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

Shades of Golden Brown #997400

Tints of Golden Brown #997400

Color information

#997400 (or 0x997400) is unknown color: approx Golden Brown. HEX triplet: 99, 74 and 00. RGB value is (153,116,0). Sum of RGB (Red+Green+Blue) = 153+116+0=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #997400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997400 is #668BFF. Grayscale: #727272. Windows color (decimal): -6720512 or 29849. OLE color: 29849.

HSL color Cylindrical-coordinate representation of color #997400: hue angle of 45.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #997400 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1531160-
CMYK00.2410.4
HSL45.49º100%30%-
HSV(B)45.49º100%60%-
XYZ19.3819.262.7-
YUV113.8463.76155.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.88%
G=43.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153116000.2410.445.4910030
Hex9974001864282d641e
Octal2311640030144505514436
Binary10011001111010000110001100100101000101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997400; }

 p { color: rgb(153,116,0); }

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

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

 a { background-color: rgb(153,116,0); }

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

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

 span { border-color: rgb(153,116,0); }

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