#98704D

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

Shades of Pale Brown #98704D

Tints of Pale Brown #98704D

Color information

#98704D (or 0x98704D) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 4D. RGB value is (152,112,77). Sum of RGB (Red+Green+Blue) = 152+112+77=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98704D is #678FB2. Grayscale: #787878. Windows color (decimal): -6786995 or 5075096. OLE color: 5075096.

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

Color convert

RGB15211277-
CMYK00.260.490.40
HSL28º32.75%44.9%-
HSV(B)28º49.34%59.61%-
XYZ20.0818.89.59-
YUV119.97103.75150.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=44.57%
G=32.84%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521127700.260.490.402832.7544.9
Hex98704D01A31281c212d
Octal2301601150326150344155
Binary100110001110000100110101101011000110100011100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98704D; }

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

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

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

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

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

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

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

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