#99764E

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

Shades of Pale Brown #99764E

Tints of Pale Brown #99764E

Color information

#99764E (or 0x99764E) is unknown color: approx Pale Brown. HEX triplet: 99, 76 and 4E. RGB value is (153,118,78). Sum of RGB (Red+Green+Blue) = 153+118+78=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99764E is #6689B1. Grayscale: #7C7C7C. Windows color (decimal): -6719922 or 5142169. OLE color: 5142169.

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

Color convert

RGB15311878-
CMYK00.230.490.4
HSL32º32.47%45.29%-
HSV(B)32º49.02%60%-
XYZ20.9920.2810.02-
YUV123.9102.1148.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=43.84%
G=33.81%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531187800.230.490.43232.4745.29
Hex99764E017312820202d
Octal2311661160276150404055
Binary1001100111101101001110010111110001101000100000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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