#997412

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

Shades of Golden Brown #997412

Tints of Golden Brown #997412

Color information

#997412 (or 0x997412) is unknown color: approx Golden Brown. HEX triplet: 99, 74 and 12. RGB value is (153,116,18). Sum of RGB (Red+Green+Blue) = 153+116+18=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #997412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997412 is #668BED. Grayscale: #747474. Windows color (decimal): -6720494 or 1209497. OLE color: 1209497.

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

Color convert

RGB15311618-
CMYK00.240.880.4
HSL43.56º78.95%33.53%-
HSV(B)43.56º88.24%60%-
XYZ19.4919.313.27-
YUV115.8972.76154.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=53.31%
G=40.42%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531161800.240.880.443.5678.9533.53
Hex99741201858282c4f22
Octal23116422030130505411742
Binary1001100111101001001001100010110001010001011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997412; }

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

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

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

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

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

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

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

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