#987555

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

Shades of Pale Brown #987555

Tints of Pale Brown #987555

Color information

#987555 (or 0x987555) is unknown color: approx Pale Brown. HEX triplet: 98, 75 and 55. RGB value is (152,117,85). Sum of RGB (Red+Green+Blue) = 152+117+85=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #987555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987555 is #678AAA. Grayscale: #7B7B7B. Windows color (decimal): -6785707 or 5600664. OLE color: 5600664.

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

Color convert

RGB15211785-
CMYK00.230.440.40
HSL28.66º28.27%46.47%-
HSV(B)28.66º44.08%59.61%-
XYZ20.9520.0511.36-
YUV123.82106.1148.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=42.94%
G=33.05%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521178500.230.440.4028.6628.2746.47
Hex9875550172C281d1c2e
Octal2301651250275450353456
Binary10011000111010110101010101111011001010001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987555; }

 p { color: rgb(152,117,85); }

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

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

 a { background-color: rgb(152,117,85); }

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

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

 span { border-color: rgb(152,117,85); }

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