#99764C

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

Shades of Pale Brown #99764C

Tints of Pale Brown #99764C

Color information

#99764C (or 0x99764C) is unknown color: approx Pale Brown. HEX triplet: 99, 76 and 4C. RGB value is (153,118,76). Sum of RGB (Red+Green+Blue) = 153+118+76=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99764C is #6689B3. Grayscale: #7B7B7B. Windows color (decimal): -6719924 or 5011097. OLE color: 5011097.

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

Color convert

RGB15311876-
CMYK00.230.500.4
HSL32.73º33.62%44.9%-
HSV(B)32.73º50.33%60%-
XYZ20.9220.259.64-
YUV123.68101.1148.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=44.09%
G=34.01%
B=21.90%

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
Decimal1531187600.230.500.432.7333.6244.9
Hex99764C017322821222d
Octal2311661140276250414255
Binary1001100111101101001100010111110010101000100001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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