#997142

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

Shades of Pale Brown #997142

Tints of Pale Brown #997142

Color information

#997142 (or 0x997142) is unknown color: approx Pale Brown. HEX triplet: 99, 71 and 42. RGB value is (153,113,66). Sum of RGB (Red+Green+Blue) = 153+113+66=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #997142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997142 is #668EBD. Grayscale: #777777. Windows color (decimal): -6721214 or 4354457. OLE color: 4354457.

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

Color convert

RGB15311366-
CMYK00.260.570.4
HSL32.41º39.73%42.94%-
HSV(B)32.41º56.86%60%-
XYZ20.0318.987.76-
YUV119.697.75151.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=46.08%
G=34.04%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531136600.260.570.432.4139.7342.94
Hex99714201A392820282b
Octal2311611020327150405053
Binary1001100111100011000010011010111001101000100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997142; }

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

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

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

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

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

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

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

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