#997408

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

Shades of Golden Brown #997408

Tints of Golden Brown #997408

Color information

#997408 (or 0x997408) is unknown color: approx Golden Brown. HEX triplet: 99, 74 and 08. RGB value is (153,116,8). Sum of RGB (Red+Green+Blue) = 153+116+8=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #997408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997408 is #668BF7. Grayscale: #737373. Windows color (decimal): -6720504 or 554137. OLE color: 554137.

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

Color convert

RGB1531168-
CMYK00.240.950.4
HSL44.69º90.06%31.57%-
HSV(B)44.69º94.77%60%-
XYZ19.4319.282.93-
YUV114.7567.76155.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=55.23%
G=41.88%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153116800.240.950.444.6990.0631.57
Hex997480185F282d5a20
Octal23116410030137505513240
Binary100110011110100100001100010111111010001011011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997408; }

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

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

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

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

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

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

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

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