Html Css Color HEX #A6741F Hot Toddy

📋 copy color: '#A6741F'

red 166 ◦ green 116 ◦ blue 31

#A6741F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #A6741F

Tints of Hot Toddy #A6741F

RGB

 RED value IS 166 (65.23% from 255) = 53.04%

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 53.04%
G = 37.06%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6741F (or 0xA6741F) is known color: Hot Toddy. HEX triplet: A6, 74 and 1F. RGB value is (166,116,31). Sum of RGB (Red+Green+Blue) = 166+116+31=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6741F is #598BE0. Grayscale: #797979. Windows color (decimal): -5868513 or 2061478. OLE color: 2061478.

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

Color convert

RGB 166 116 31 -
CMYK 0 0.30 0.81 0.35
HSL 37.78º 0.69% 0.39% -
HSV(B) 37.78º 0.81% 0.65% -
XYZ 22.22 20.7 4.12 -
YUV 121.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 166 116 31 0 0.30 0.81 0.35 37.78 0.69 0.39
Hex A6 74 1F 0 1E 51 23 26 45 27
Octal 246 164 37 0 36 121 43 46 105 47
Binary 10100110 1110100 11111 0 11110 1010001 100011 100110 1000101 100111

Color Harmonies of #A6741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6741F

Black with #A6741F

Text Example


Text Example

White with #A6741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6741F; }

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

 H1.HeaderClassName
 {
   color: #A6741F;
 }
 .AnyTagClassName
 {
   color: #A6741F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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