#99765C

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

Shades of Pale Brown #99765C

Tints of Pale Brown #99765C

Color information

#99765C (or 0x99765C) is unknown color: approx Pale Brown. HEX triplet: 99, 76 and 5C. RGB value is (153,118,92). Sum of RGB (Red+Green+Blue) = 153+118+92=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99765C is #6689A3. Grayscale: #7D7D7D. Windows color (decimal): -6719908 or 6059673. OLE color: 6059673.

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

Color convert

RGB15311892-
CMYK00.230.400.4
HSL25.57º24.9%48.04%-
HSV(B)25.57º39.87%60%-
XYZ21.5520.512.95-
YUV125.5109.1147.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=42.15%
G=32.51%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531189200.230.400.425.5724.948.04
Hex99765C01728281a1930
Octal2311661340275050323160
Binary10011001111011010111000101111010001010001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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