#A6700C

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

Shades of Golden Brown #A6700C

Tints of Golden Brown #A6700C

Color information

#A6700C (or 0xA6700C) is unknown color: approx Golden Brown. HEX triplet: A6, 70 and 0C. RGB value is (166,112,12). Sum of RGB (Red+Green+Blue) = 166+112+12=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6700C is #598FF3. Grayscale: #757575. Windows color (decimal): -5869556 or 815270. OLE color: 815270.

HSL color Cylindrical-coordinate representation of color #A6700C: hue angle of 38.96º 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 #A6700C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16611212-
CMYK00.330.930.35
HSL38.96º86.52%34.9%-
HSV(B)38.96º92.77%65.1%-
XYZ21.5919.723.02-
YUV116.7568.89163.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=57.24%
G=38.62%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661121200.330.930.3538.9686.5234.9
HexA670C0215D23275723
Octal24616014041135434712743
Binary1010011011100001100010000110111011000111001111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6700C; }

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

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

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

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

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

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

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

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