#98704A

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

Shades of Pale Brown #98704A

Tints of Pale Brown #98704A

Color information

#98704A (or 0x98704A) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 4A. RGB value is (152,112,74). Sum of RGB (Red+Green+Blue) = 152+112+74=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #98704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98704A is #678FB5. Grayscale: #777777. Windows color (decimal): -6786998 or 4878488. OLE color: 4878488.

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

Color convert

RGB15211274-
CMYK00.260.510.40
HSL29.23º34.51%44.31%-
HSV(B)29.23º51.32%59.61%-
XYZ19.9818.769.05-
YUV119.63102.25151.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=44.97%
G=33.14%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521127400.260.510.4029.2334.5144.31
Hex98704A01A33281d232c
Octal2301601120326350354354
Binary100110001110000100101001101011001110100011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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