#6A401D

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

Shades of Antique Brass #6A401D

Tints of Antique Brass #6A401D

Color information

#6A401D (or 0x6A401D) is unknown color: approx Antique Brass. HEX triplet: 6A, 40 and 1D. RGB value is (106,64,29). Sum of RGB (Red+Green+Blue) = 106+64+29=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A401D is #95BFE2. Grayscale: #484848. Windows color (decimal): -9813987 or 1917034. OLE color: 1917034.

HSL color Cylindrical-coordinate representation of color #6A401D: hue angle of 27.27º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A401D is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1066429-
CMYK00.400.730.58
HSL27.27º57.04%26.47%-
HSV(B)27.27º72.64%41.57%-
XYZ86.822.06-
YUV72.57103.41151.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.27%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=53.27%
G=32.16%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106642900.400.730.5827.2757.0426.47
Hex6A401D028493A1b391a
Octal1521003505011172337132
Binary1101010100000011101010100010010011110101101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,64,29); }

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

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

 a { background-color: rgb(106,64,29); }

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

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

 span { border-color: rgb(106,64,29); }

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