#997600

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

Shades of Golden Brown #997600

Tints of Golden Brown #997600

Color information

#997600 (or 0x997600) is unknown color: approx Golden Brown. HEX triplet: 99, 76 and 00. RGB value is (153,118,0). Sum of RGB (Red+Green+Blue) = 153+118+0=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997600 is #6689FF. Grayscale: #737373. Windows color (decimal): -6720000 or 30361. OLE color: 30361.

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

Color convert

RGB1531180-
CMYK00.2310.4
HSL46.27º100%30%-
HSV(B)46.27º100%60%-
XYZ19.6219.732.77-
YUV115.0163.1155.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.46%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.46%
G=43.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153118000.2310.446.2710030
Hex9976001764282e641e
Octal2311660027144505614436
Binary10011001111011000101111100100101000101110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997600; }

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

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

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

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

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

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

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

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