#A6671E

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

Shades of Golden Brown #A6671E

Tints of Golden Brown #A6671E

Color information

#A6671E (or 0xA6671E) is unknown color: approx Golden Brown. HEX triplet: A6, 67 and 1E. RGB value is (166,103,30). Sum of RGB (Red+Green+Blue) = 166+103+30=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6671E is #5998E1. Grayscale: #717171. Windows color (decimal): -5871842 or 1992614. OLE color: 1992614.

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

Color convert

RGB16610330-
CMYK00.380.820.35
HSL32.21º69.39%38.43%-
HSV(B)32.21º81.93%65.1%-
XYZ20.8117.93.59-
YUV113.5280.87165.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=55.52%
G=34.45%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661033000.380.820.3532.2169.3938.43
HexA6671E0265223204526
Octal24614736046122434010546
Binary10100110110011111110010011010100101000111000001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6671E; }

 p { color: rgb(166,103,30); }

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

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

 a { background-color: rgb(166,103,30); }

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

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

 span { border-color: rgb(166,103,30); }

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