#997401

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

Shades of Golden Brown #997401

Tints of Golden Brown #997401

Color information

#997401 (or 0x997401) is unknown color: approx Golden Brown. HEX triplet: 99, 74 and 01. RGB value is (153,116,1). Sum of RGB (Red+Green+Blue) = 153+116+1=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #997401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997401 is #668BFE. Grayscale: #727272. Windows color (decimal): -6720511 or 95385. OLE color: 95385.

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

Color convert

RGB1531161-
CMYK00.240.990.4
HSL45.39º98.7%30.2%-
HSV(B)45.39º99.35%60%-
XYZ19.3919.272.73-
YUV113.9564.26155.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=56.67%
G=42.96%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153116100.240.990.445.3998.730.2
Hex9974101863282d631e
Octal2311641030143505514336
Binary10011001111010010110001100011101000101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997401; }

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

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

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

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

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

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

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

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