#987046

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

Shades of Pale Brown #987046

Tints of Pale Brown #987046

Color information

#987046 (or 0x987046) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 46. RGB value is (152,112,70). Sum of RGB (Red+Green+Blue) = 152+112+70=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987046 is #678FB9. Grayscale: #777777. Windows color (decimal): -6787002 or 4616344. OLE color: 4616344.

HSL color Cylindrical-coordinate representation of color #987046: hue angle of 30.73º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #987046 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB15211270-
CMYK00.260.540.40
HSL30.73º36.94%43.53%-
HSV(B)30.73º53.95%59.61%-
XYZ19.8518.718.36-
YUV119.17100.25151.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=45.51%
G=33.53%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521127000.260.540.4030.7336.9443.53
Hex98704601A36281f252c
Octal2301601060326650374554
Binary100110001110000100011001101011011010100011111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987046; }

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

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

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

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

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

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

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

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