#A6761E

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

Shades of Hot Toddy #A6761E

Tints of Hot Toddy #A6761E

Color information

#A6761E (or 0xA6761E) is unknown color: approx Hot Toddy. HEX triplet: A6, 76 and 1E. RGB value is (166,118,30). Sum of RGB (Red+Green+Blue) = 166+118+30=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6761E is #5989E1. Grayscale: #7A7A7A. Windows color (decimal): -5868002 or 1996454. OLE color: 1996454.

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

Color convert

RGB16611830-
CMYK00.290.820.35
HSL38.82º69.39%38.43%-
HSV(B)38.82º81.93%65.1%-
XYZ22.4421.164.13-
YUV122.3275.9159.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=52.87%
G=37.58%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661183000.290.820.3538.8269.3938.43
HexA6761E01D5223274526
Octal24616636035122434710546
Binary1010011011101101111001110110100101000111001111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6761E; }

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

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

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

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

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

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

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

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