#99775A

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

Shades of Pale Brown #99775A

Tints of Pale Brown #99775A

Color information

#99775A (or 0x99775A) is unknown color: approx Pale Brown. HEX triplet: 99, 77 and 5A. RGB value is (153,119,90). Sum of RGB (Red+Green+Blue) = 153+119+90=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99775A is #6688A5. Grayscale: #7E7E7E. Windows color (decimal): -6719654 or 5928857. OLE color: 5928857.

HSL color Cylindrical-coordinate representation of color #99775A: hue angle of 27.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99775A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15311990-
CMYK00.220.410.4
HSL27.62º25.93%47.65%-
HSV(B)27.62º41.18%60%-
XYZ21.5820.712.53-
YUV125.86107.76147.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=42.27%
G=32.87%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531199000.220.410.427.6225.9347.65
Hex99775A01629281c1a30
Octal2311671320265150343260
Binary10011001111011110110100101101010011010001110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,119,90); }

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

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

 a { background-color: rgb(153,119,90); }

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

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

 span { border-color: rgb(153,119,90); }

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