#99764D

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

Shades of Pale Brown #99764D

Tints of Pale Brown #99764D

Color information

#99764D (or 0x99764D) is unknown color: approx Pale Brown. HEX triplet: 99, 76 and 4D. RGB value is (153,118,77). Sum of RGB (Red+Green+Blue) = 153+118+77=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99764D is #6689B2. Grayscale: #7B7B7B. Windows color (decimal): -6719923 or 5076633. OLE color: 5076633.

HSL color Cylindrical-coordinate representation of color #99764D: hue angle of 32.37º 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 #99764D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15311877-
CMYK00.230.500.4
HSL32.37º33.04%45.1%-
HSV(B)32.37º49.67%60%-
XYZ20.9520.269.83-
YUV123.79101.6148.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=43.97%
G=33.91%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531187700.230.500.432.3733.0445.1
Hex99764D017322820212d
Octal2311661150276250404155
Binary1001100111101101001101010111110010101000100000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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