#A6754B

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

Shades of Pale Brown #A6754B

Tints of Pale Brown #A6754B

Color information

#A6754B (or 0xA6754B) is unknown color: approx Pale Brown. HEX triplet: A6, 75 and 4B. RGB value is (166,117,75). Sum of RGB (Red+Green+Blue) = 166+117+75=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6754B is #598AB4. Grayscale: #7F7F7F. Windows color (decimal): -5868213 or 4945318. OLE color: 4945318.

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

Color convert

RGB16611775-
CMYK00.300.550.35
HSL27.69º37.76%47.25%-
HSV(B)27.69º54.82%65.1%-
XYZ23.3621.349.54-
YUV126.8698.73155.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=46.37%
G=32.68%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661177500.300.550.3527.6937.7647.25
HexA6754B01E37231c262f
Octal2461651130366743344657
Binary101001101110101100101101111011011110001111100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6754B; }

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

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

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

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

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

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

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

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