#A6763D

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

Shades of Hot Toddy #A6763D

Tints of Hot Toddy #A6763D

Color information

#A6763D (or 0xA6763D) is unknown color: approx Hot Toddy. HEX triplet: A6, 76 and 3D. RGB value is (166,118,61). Sum of RGB (Red+Green+Blue) = 166+118+61=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6763D is #5989C2. Grayscale: #7E7E7E. Windows color (decimal): -5867971 or 4028070. OLE color: 4028070.

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

Color convert

RGB16611861-
CMYK00.290.630.35
HSL32.57º46.26%44.51%-
HSV(B)32.57º63.25%65.1%-
XYZ23.0521.47.33-
YUV125.8591.4156.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=48.12%
G=34.20%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661186100.290.630.3532.5746.2644.51
HexA6763D01D3F23212e2d
Octal246166750357743415655
Binary101001101110110111101011101111111100011100001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6763D; }

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

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

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

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

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

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

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

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