#986f4a

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

Shades of Pale Brown #986F4A

Tints of Pale Brown #986F4A

Color information

#986F4A (or 0x986F4A) is unknown color: approx Pale Brown. HEX triplet: 98, 6F and 4A. RGB value is (152,111,74). Sum of RGB (Red+Green+Blue) = 152+111+74=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #986F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F4A is #6790B5. Grayscale: #777777. Windows color (decimal): -6787254 or 4878232. OLE color: 4878232.

HSL color Cylindrical-coordinate representation of color #986F4A: hue angle of 28.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986F4A is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB15211174-
CMYK00.270.510.40
HSL28.46º34.51%44.31%-
HSV(B)28.46º51.32%59.61%-
XYZ19.8718.549.01-
YUV119.04102.58151.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=45.10%
G=32.94%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521117400.270.510.4028.4634.5144.31
Hex986F4A01B33281c232c
Octal2301571120336350344354
Binary100110001101111100101001101111001110100011100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986f4a; }

 p { color: rgb(152,111,74); }

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

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

 a { background-color: rgb(152,111,74); }

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

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

 span { border-color: rgb(152,111,74); }

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