Html Css Color HEX #A6740C Golden Brown

📋 copy color: '#A6740C'

red 166 ◦ green 116 ◦ blue 12

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

Shades of Golden Brown #A6740C

Tints of Golden Brown #A6740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 56.46%
G = 39.46%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6740C (or 0xA6740C) is known color: Golden Brown. HEX triplet: A6, 74 and 0C. RGB value is (166,116,12). Sum of RGB (Red+Green+Blue) = 166+116+12=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6740C is #598BF3. Grayscale: #777777. Windows color (decimal): -5868532 or 816294. OLE color: 816294.

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

Color convert

RGB 166 116 12 -
CMYK 0 0.30 0.93 0.35
HSL 40.52º 0.87% 0.35% -
HSV(B) 40.52º 0.93% 0.65% -
XYZ 22.04 20.62 3.17 -
YUV 119.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 166 116 12 0 0.30 0.93 0.35 40.52 0.87 0.35
Hex A6 74 C 0 1E 5D 23 29 57 23
Octal 246 164 14 0 36 135 43 51 127 43
Binary 10100110 1110100 1100 0 11110 1011101 100011 101001 1010111 100011

Color Harmonies of #A6740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6740C

Black with #A6740C

Text Example


Text Example

White with #A6740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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