#997606

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

Shades of Golden Brown #997606

Tints of Golden Brown #997606

Color information

#997606 (or 0x997606) is unknown color: approx Golden Brown. HEX triplet: 99, 76 and 06. RGB value is (153,118,6). Sum of RGB (Red+Green+Blue) = 153+118+6=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #997606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997606 is #6689F9. Grayscale: #747474. Windows color (decimal): -6719994 or 423577. OLE color: 423577.

HSL color Cylindrical-coordinate representation of color #997606: hue angle of 45.71º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #997606 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB1531186-
CMYK00.230.960.4
HSL45.71º92.45%31.18%-
HSV(B)45.71º96.08%60%-
XYZ19.6519.742.95-
YUV115.766.1154.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=55.23%
G=42.60%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153118600.230.960.445.7192.4531.18
Hex9976601760282e5c1f
Octal2311666027140505613437
Binary1001100111101101100101111100000101000101110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997606; }

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

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

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

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

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

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

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

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