#997042

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

Shades of Pale Brown #997042

Tints of Pale Brown #997042

Color information

#997042 (or 0x997042) is unknown color: approx Pale Brown. HEX triplet: 99, 70 and 42. RGB value is (153,112,66). Sum of RGB (Red+Green+Blue) = 153+112+66=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #997042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997042 is #668FBD. Grayscale: #777777. Windows color (decimal): -6721470 or 4354201. OLE color: 4354201.

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

Color convert

RGB15311266-
CMYK00.270.570.4
HSL31.72º39.73%42.94%-
HSV(B)31.72º56.86%60%-
XYZ19.9118.757.72-
YUV119.0298.08152.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=46.22%
G=33.84%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531126600.270.570.431.7239.7342.94
Hex99704201B392820282b
Octal2311601020337150405053
Binary1001100111100001000010011011111001101000100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997042; }

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

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

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

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

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

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

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

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