#997051

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

Shades of Pale Brown #997051

Tints of Pale Brown #997051

Color information

#997051 (or 0x997051) is unknown color: approx Pale Brown. HEX triplet: 99, 70 and 51. RGB value is (153,112,81). Sum of RGB (Red+Green+Blue) = 153+112+81=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #997051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997051 is #668FAE. Grayscale: #787878. Windows color (decimal): -6721455 or 5337241. OLE color: 5337241.

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

Color convert

RGB15311281-
CMYK00.270.470.4
HSL25.83º30.77%45.88%-
HSV(B)25.83º47.06%60%-
XYZ20.4218.9510.37-
YUV120.72105.58151.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=44.22%
G=32.37%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531128100.270.470.425.8330.7745.88
Hex99705101B2F281a1f2e
Octal2311601210335750323756
Binary10011001111000010100010110111011111010001101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997051; }

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

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

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

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

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

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

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

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