#99764A

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

Shades of Pale Brown #99764A

Tints of Pale Brown #99764A

Color information

#99764A (or 0x99764A) is unknown color: approx Pale Brown. HEX triplet: 99, 76 and 4A. RGB value is (153,118,74). Sum of RGB (Red+Green+Blue) = 153+118+74=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99764A is #6689B5. Grayscale: #7B7B7B. Windows color (decimal): -6719926 or 4880025. OLE color: 4880025.

HSL color Cylindrical-coordinate representation of color #99764A: hue angle of 33.42º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99764A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15311874-
CMYK00.230.520.4
HSL33.42º34.8%44.51%-
HSV(B)33.42º51.63%60%-
XYZ20.8520.229.28-
YUV123.45100.1149.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=44.35%
G=34.20%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531187400.230.520.433.4234.844.51
Hex99764A017342821232d
Octal2311661120276450414355
Binary1001100111101101001010010111110100101000100001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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