#99795C

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

Shades of Pale Brown #99795C

Tints of Pale Brown #99795C

Color information

#99795C (or 0x99795C) is unknown color: approx Pale Brown. HEX triplet: 99, 79 and 5C. RGB value is (153,121,92). Sum of RGB (Red+Green+Blue) = 153+121+92=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99795C is #6686A3. Grayscale: #7F7F7F. Windows color (decimal): -6719140 or 6060441. OLE color: 6060441.

HSL color Cylindrical-coordinate representation of color #99795C: hue angle of 28.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99795C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15312192-
CMYK00.210.400.4
HSL28.52º24.9%48.04%-
HSV(B)28.52º39.87%60%-
XYZ21.9121.2213.07-
YUV127.26108.1146.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=41.80%
G=33.06%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531219200.210.400.428.5224.948.04
Hex99795C01528281d1930
Octal2311711340255050353160
Binary10011001111100110111000101011010001010001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,121,92); }

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

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

 a { background-color: rgb(153,121,92); }

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

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

 span { border-color: rgb(153,121,92); }

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