#A6755B

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

Shades of Toast #A6755B

Tints of Toast #A6755B

Color information

#A6755B (or 0xA6755B) is unknown color: approx Toast. HEX triplet: A6, 75 and 5B. RGB value is (166,117,91). Sum of RGB (Red+Green+Blue) = 166+117+91=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6755B is #598AA4. Grayscale: #808080. Windows color (decimal): -5868197 or 5993894. OLE color: 5993894.

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

Color convert

RGB16611791-
CMYK00.300.450.35
HSL20.8º29.64%50.39%-
HSV(B)20.8º45.18%65.1%-
XYZ23.9821.5812.8-
YUV128.69106.73154.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=44.39%
G=31.28%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661179100.300.450.3520.829.6450.39
HexA6755B01E2D23151e32
Octal2461651330365543253662
Binary10100110111010110110110111101011011000111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6755B; }

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

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

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

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

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

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

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

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