#98704E

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

Shades of Pale Brown #98704E

Tints of Pale Brown #98704E

Color information

#98704E (or 0x98704E) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 4E. RGB value is (152,112,78). Sum of RGB (Red+Green+Blue) = 152+112+78=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98704E is #678FB1. Grayscale: #787878. Windows color (decimal): -6786994 or 5140632. OLE color: 5140632.

HSL color Cylindrical-coordinate representation of color #98704E: hue angle of 27.57º degrees, saturation: 0.32, 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 #98704E is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15211278-
CMYK00.260.490.40
HSL27.57º32.17%45.1%-
HSV(B)27.57º48.68%59.61%-
XYZ20.1218.819.78-
YUV120.08104.25150.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=44.44%
G=32.75%
B=22.81%

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
Decimal1521127800.260.490.4027.5732.1745.1
Hex98704E01A31281c202d
Octal2301601160326150344055
Binary100110001110000100111001101011000110100011100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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