#A6743B

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

Shades of Hot Toddy #A6743B

Tints of Hot Toddy #A6743B

Color information

#A6743B (or 0xA6743B) is unknown color: approx Hot Toddy. HEX triplet: A6, 74 and 3B. RGB value is (166,116,59). Sum of RGB (Red+Green+Blue) = 166+116+59=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6743B is #598BC4. Grayscale: #7C7C7C. Windows color (decimal): -5868485 or 3896486. OLE color: 3896486.

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

Color convert

RGB16611659-
CMYK00.300.640.35
HSL31.96º47.56%44.12%-
HSV(B)31.96º64.46%65.1%-
XYZ22.7620.916.97-
YUV124.4591.06157.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 59 (23.44% from 255) = 17.30%
R=48.68%
G=34.02%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661165900.300.640.3531.9647.5644.12
HexA6743B01E402320302c
Octal2461647303610043406054
Binary1010011011101001110110111101000000100011100000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6743B; }

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

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

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

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

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

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

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

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