#987054

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

Shades of Pale Brown #987054

Tints of Pale Brown #987054

Color information

#987054 (or 0x987054) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 54. RGB value is (152,112,84). Sum of RGB (Red+Green+Blue) = 152+112+84=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987054 is #678FAB. Grayscale: #787878. Windows color (decimal): -6786988 or 5533848. OLE color: 5533848.

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

Color convert

RGB15211284-
CMYK00.260.450.40
HSL24.71º28.81%46.27%-
HSV(B)24.71º44.74%59.61%-
XYZ20.3418.910.96-
YUV120.77107.25150.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=43.68%
G=32.18%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521128400.260.450.4024.7128.8146.27
Hex98705401A2D28191d2e
Octal2301601240325550313556
Binary10011000111000010101000110101011011010001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987054; }

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

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

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

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

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

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

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

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