#997705

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

Shades of Golden Brown #997705

Tints of Golden Brown #997705

Color information

#997705 (or 0x997705) is unknown color: approx Golden Brown. HEX triplet: 99, 77 and 05. RGB value is (153,119,5). Sum of RGB (Red+Green+Blue) = 153+119+5=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #997705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997705 is #6688FA. Grayscale: #747474. Windows color (decimal): -6719739 or 358297. OLE color: 358297.

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

Color convert

RGB1531195-
CMYK00.220.970.4
HSL46.22º93.67%30.98%-
HSV(B)46.22º96.73%60%-
XYZ19.7619.982.96-
YUV116.1765.26154.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=55.23%
G=42.96%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153119500.220.970.446.2293.6730.98
Hex9977501661282e5e1f
Octal2311675026141505613637
Binary1001100111101111010101101100001101000101110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997705; }

 p { color: rgb(153,119,5); }

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

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

 a { background-color: rgb(153,119,5); }

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

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

 span { border-color: rgb(153,119,5); }

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