#6A461E

Color #6A461E Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #6A461E

Tints of Antique Brass #6A461E

Color information

#6A461E (or 0x6A461E) is unknown color: approx Antique Brass. HEX triplet: 6A, 46 and 1E. RGB value is (106,70,30). Sum of RGB (Red+Green+Blue) = 106+70+30=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A461E is #95B9E1. Grayscale: #4C4C4C. Windows color (decimal): -9812450 or 1984106. OLE color: 1984106.

HSL color Cylindrical-coordinate representation of color #6A461E: hue angle of 31.58º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A461E is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB1067030-
CMYK00.340.720.58
HSL31.58º55.88%26.67%-
HSV(B)31.58º71.7%41.57%-
XYZ8.377.542.24-
YUV76.2101.93149.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.46%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=51.46%
G=33.98%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106703000.340.720.5831.5855.8826.67
Hex6A461E022483A20381b
Octal1521063604211072407033
Binary11010101000110111100100010100100011101010000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A461E; }

 p { color: rgb(106,70,30); }

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

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

 a { background-color: rgb(106,70,30); }

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

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

 span { border-color: rgb(106,70,30); }

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