#997101

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

Shades of Golden Brown #997101

Tints of Golden Brown #997101

Color information

#997101 (or 0x997101) is unknown color: approx Golden Brown. HEX triplet: 99, 71 and 01. RGB value is (153,113,1). Sum of RGB (Red+Green+Blue) = 153+113+1=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #997101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997101 is #668EFE. Grayscale: #707070. Windows color (decimal): -6721279 or 94617. OLE color: 94617.

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

Color convert

RGB1531131-
CMYK00.260.990.4
HSL44.21º98.7%30.2%-
HSV(B)44.21º99.35%60%-
XYZ19.0518.582.61-
YUV112.1965.25157.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=57.30%
G=42.32%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153113100.260.990.444.2198.730.2
Hex9971101A63282c631e
Octal2311611032143505414336
Binary10011001111000110110101100011101000101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997101; }

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

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

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

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

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

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

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

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