#A6715B

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

Shades of Toast #A6715B

Tints of Toast #A6715B

Color information

#A6715B (or 0xA6715B) is unknown color: approx Toast. HEX triplet: A6, 71 and 5B. RGB value is (166,113,91). Sum of RGB (Red+Green+Blue) = 166+113+91=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6715B is #598EA4. Grayscale: #7E7E7E. Windows color (decimal): -5869221 or 5992870. OLE color: 5992870.

HSL color Cylindrical-coordinate representation of color #A6715B: hue angle of 17.6º 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 #A6715B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16611391-
CMYK00.320.450.35
HSL17.6º29.64%50.39%-
HSV(B)17.6º45.18%65.1%-
XYZ23.5220.6712.65-
YUV126.34108.06156.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=44.86%
G=30.54%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661139100.320.450.3517.629.6450.39
HexA6715B0202D23121e32
Octal2461611330405543223662
Binary101001101110001101101101000001011011000111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6715B; }

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

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

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

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

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

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

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

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