Html Css Color HEX #A6741B Hot Toddy

📋 copy color: '#A6741B'

red 166 ◦ green 116 ◦ blue 27

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

Shades of Hot Toddy #A6741B

Tints of Hot Toddy #A6741B

RGB

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

 GREEN value IS 116 (45.7% 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 value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6741B (or 0xA6741B) is known color: 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

RGB 166 116 27 -
CMYK 0 0.30 0.84 0.35
HSL 38.42º 0.72% 0.38% -
HSV(B) 38.42º 0.84% 0.65% -
XYZ 22.17 20.68 3.86 -
YUV 120.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 166 116 27 0 0.30 0.84 0.35 38.42 0.72 0.38
Hex A6 74 1B 0 1E 54 23 26 48 26
Octal 246 164 33 0 36 124 43 46 110 46
Binary 10100110 1110100 11011 0 11110 1010100 100011 100110 1001000 100110

Color Harmonies of #A6741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6741B

Black with #A6741B

Text Example


Text Example

White with #A6741B

Text Example


Text Example

HTML Codes & Css Web 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>