#987958

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

Shades of Pale Brown #987958

Tints of Pale Brown #987958

Color information

#987958 (or 0x987958) is unknown color: approx Pale Brown. HEX triplet: 98, 79 and 58. RGB value is (152,121,88). Sum of RGB (Red+Green+Blue) = 152+121+88=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #987958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987958 is #6786A7. Grayscale: #7E7E7E. Windows color (decimal): -6784680 or 5798296. OLE color: 5798296.

HSL color Cylindrical-coordinate representation of color #987958: hue angle of 30.94º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987958 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB15212188-
CMYK00.200.420.40
HSL30.94º26.67%47.06%-
HSV(B)30.94º42.11%59.61%-
XYZ21.5521.0512.16-
YUV126.51106.27146.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=42.11%
G=33.52%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521218800.200.420.4030.9426.6747.06
Hex9879580142A281f1b2f
Octal2301711300245250373357
Binary10011000111100110110000101001010101010001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987958; }

 p { color: rgb(152,121,88); }

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

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

 a { background-color: rgb(152,121,88); }

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

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

 span { border-color: rgb(152,121,88); }

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