#987042

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

Shades of Pale Brown #987042

Tints of Pale Brown #987042

Color information

#987042 (or 0x987042) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 42. RGB value is (152,112,66). Sum of RGB (Red+Green+Blue) = 152+112+66=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #987042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987042 is #678FBD. Grayscale: #767676. Windows color (decimal): -6787006 or 4354200. OLE color: 4354200.

HSL color Cylindrical-coordinate representation of color #987042: hue angle of 32.09º degrees, saturation: 0.39, 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 #987042 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15211266-
CMYK00.260.570.40
HSL32.09º39.45%42.75%-
HSV(B)32.09º56.58%59.61%-
XYZ19.7318.667.72-
YUV118.7298.25151.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 66 (26.17% from 255) = 20%
R=46.06%
G=33.94%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521126600.260.570.4032.0939.4542.75
Hex98704201A392820272b
Octal2301601020327150404753
Binary1001100011100001000010011010111001101000100000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987042; }

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

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

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

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

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

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

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

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