#99704D

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

Shades of Pale Brown #99704D

Tints of Pale Brown #99704D

Color information

#99704D (or 0x99704D) is unknown color: approx Pale Brown. HEX triplet: 99, 70 and 4D. RGB value is (153,112,77). Sum of RGB (Red+Green+Blue) = 153+112+77=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99704D is #668FB2. Grayscale: #787878. Windows color (decimal): -6721459 or 5075097. OLE color: 5075097.

HSL color Cylindrical-coordinate representation of color #99704D: hue angle of 27.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99704D is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15311277-
CMYK00.270.500.4
HSL27.63º33.04%45.1%-
HSV(B)27.63º49.67%60%-
XYZ20.2718.99.6-
YUV120.27103.58151.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=44.74%
G=32.75%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531127700.270.500.427.6333.0445.1
Hex99704D01B32281c212d
Octal2311601150336250344155
Binary100110011110000100110101101111001010100011100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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