#997000

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

Shades of Golden Brown #997000

Tints of Golden Brown #997000

Color information

#997000 (or 0x997000) is unknown color: approx Golden Brown. HEX triplet: 99, 70 and 00. RGB value is (153,112,0). Sum of RGB (Red+Green+Blue) = 153+112+0=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #997000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997000 is #668FFF. Grayscale: #6F6F6F. Windows color (decimal): -6721536 or 28825. OLE color: 28825.

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

Color convert

RGB1531120-
CMYK00.2710.4
HSL43.92º100%30%-
HSV(B)43.92º100%60%-
XYZ18.9318.362.55-
YUV111.4965.08157.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.74%
G=42.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153112000.2710.443.9210030
Hex9970001B64282c641e
Octal2311600033144505414436
Binary10011001111000000110111100100101000101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997000; }

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

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

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

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

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

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

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

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