#997411

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

Shades of Golden Brown #997411

Tints of Golden Brown #997411

Color information

#997411 (or 0x997411) is unknown color: approx Golden Brown. HEX triplet: 99, 74 and 11. RGB value is (153,116,17). Sum of RGB (Red+Green+Blue) = 153+116+17=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997411 is #668BEE. Grayscale: #747474. Windows color (decimal): -6720495 or 1143961. OLE color: 1143961.

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

Color convert

RGB15311617-
CMYK00.240.890.4
HSL43.68º80%33.33%-
HSV(B)43.68º88.89%60%-
XYZ19.4819.33.23-
YUV115.7872.26154.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=53.50%
G=40.56%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531161700.240.890.443.688033.33
Hex99741101859282c5021
Octal23116421030131505412041
Binary1001100111101001000101100010110011010001011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997411; }

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

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

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

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

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

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

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

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