#A6763B

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

Shades of Hot Toddy #A6763B

Tints of Hot Toddy #A6763B

Color information

#A6763B (or 0xA6763B) is unknown color: approx Hot Toddy. HEX triplet: A6, 76 and 3B. RGB value is (166,118,59). Sum of RGB (Red+Green+Blue) = 166+118+59=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6763B is #5989C4. Grayscale: #7D7D7D. Windows color (decimal): -5867973 or 3896998. OLE color: 3896998.

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

Color convert

RGB16611859-
CMYK00.290.640.35
HSL33.08º47.56%44.12%-
HSV(B)33.08º64.46%65.1%-
XYZ22.9921.387.05-
YUV125.6390.4156.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=48.40%
G=34.40%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661185900.290.640.3533.0847.5644.12
HexA6763B01D402321302c
Octal2461667303510043416054
Binary1010011011101101110110111011000000100011100001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6763B; }

 p { color: rgb(166,118,59); }

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

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

 a { background-color: rgb(166,118,59); }

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

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

 span { border-color: rgb(166,118,59); }

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