#A6741B

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

Shades of Hot Toddy #A6741B

Tints of Hot Toddy #A6741B

Color information

#A6741B (or 0xA6741B) is unknown color: approx Hot Toddy. HEX triplet: A6, 74 and 1B. RGB value is (166,116,27). Sum of RGB (Red+Green+Blue) = 166+116+27=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6741B is #598BE4. Grayscale: #797979. Windows color (decimal): -5868517 or 1799334. OLE color: 1799334.

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

Color convert

RGB16611627-
CMYK00.300.840.35
HSL38.42º72.02%37.84%-
HSV(B)38.42º83.73%65.1%-
XYZ22.1720.683.86-
YUV120.875.06160.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 27 (10.94% from 255) = 8.74%
R=53.72%
G=37.54%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661162700.300.840.3538.4272.0237.84
HexA6741B01E5423264826
Octal24616433036124434611046
Binary1010011011101001101101111010101001000111001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6741B; }

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

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

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

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

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

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

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

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