#A6754D

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

Shades of Pale Brown #A6754D

Tints of Pale Brown #A6754D

Color information

#A6754D (or 0xA6754D) is unknown color: approx Pale Brown. HEX triplet: A6, 75 and 4D. RGB value is (166,117,77). Sum of RGB (Red+Green+Blue) = 166+117+77=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6754D is #598AB2. Grayscale: #7F7F7F. Windows color (decimal): -5868211 or 5076390. OLE color: 5076390.

HSL color Cylindrical-coordinate representation of color #A6754D: hue angle of 26.97º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6754D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16611777-
CMYK00.300.540.35
HSL26.97º36.63%47.65%-
HSV(B)26.97º53.61%65.1%-
XYZ23.4321.379.91-
YUV127.0999.73155.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=46.11%
G=32.5%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661177700.300.540.3526.9736.6347.65
HexA6754D01E36231b2530
Octal2461651150366643334560
Binary101001101110101100110101111011011010001111011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6754D; }

 p { color: rgb(166,117,77); }

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

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

 a { background-color: rgb(166,117,77); }

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

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

 span { border-color: rgb(166,117,77); }

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