#9A765C

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

Shades of Pale Brown #9A765C

Tints of Pale Brown #9A765C

Color information

#9A765C (or 0x9A765C) is unknown color: approx Pale Brown. HEX triplet: 9A, 76 and 5C. RGB value is (154,118,92). Sum of RGB (Red+Green+Blue) = 154+118+92=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A765C is #6589A3. Grayscale: #7D7D7D. Windows color (decimal): -6654372 or 6059674. OLE color: 6059674.

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

Color convert

RGB15411892-
CMYK00.230.400.40
HSL25.16º25.2%48.24%-
HSV(B)25.16º40.26%60.39%-
XYZ21.7420.612.96-
YUV125.8108.93148.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=42.31%
G=32.42%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541189200.230.400.4025.1625.248.24
Hex9A765C0172828191930
Octal2321661340275050313160
Binary10011010111011010111000101111010001010001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A765C; }

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

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

<style>
 a { background-color: #9A765C; }

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

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

<style>
 span { border-color: #9A765C; }

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

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