#A6740D

Color #A6740D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A6740D

Tints of Golden Brown #A6740D

Color information

#A6740D (or 0xA6740D) is unknown color: approx Golden Brown. HEX triplet: A6, 74 and 0D. RGB value is (166,116,13). Sum of RGB (Red+Green+Blue) = 166+116+13=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6740D is #598BF2. Grayscale: #777777. Windows color (decimal): -5868531 or 881830. OLE color: 881830.

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

Color convert

RGB16611613-
CMYK00.300.920.35
HSL40.39º85.47%35.1%-
HSV(B)40.39º92.17%65.1%-
XYZ22.0420.633.2-
YUV119.2168.06161.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=56.27%
G=39.32%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661161300.300.920.3540.3985.4735.1
HexA674D01E5C23285523
Octal24616415036134435012543
Binary101001101110100110101111010111001000111010001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6740D; }

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

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

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

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

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

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

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

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