#997511

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

Shades of Golden Brown #997511

Tints of Golden Brown #997511

Color information

#997511 (or 0x997511) is unknown color: approx Golden Brown. HEX triplet: 99, 75 and 11. RGB value is (153,117,17). Sum of RGB (Red+Green+Blue) = 153+117+17=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #997511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997511 is #668AEE. Grayscale: #747474. Windows color (decimal): -6720239 or 1144217. OLE color: 1144217.

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

Color convert

RGB15311717-
CMYK00.240.890.4
HSL44.12º80%33.33%-
HSV(B)44.12º88.89%60%-
XYZ19.619.543.27-
YUV116.3671.93154.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 17 (7.03% from 255) = 5.92%
R=53.31%
G=40.77%
B=5.92%

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
Decimal1531171700.240.890.444.128033.33
Hex99751101859282c5021
Octal23116521030131505412041
Binary1001100111101011000101100010110011010001011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997511; }

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

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

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

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

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

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

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

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