#6A481D

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

Shades of Antique Brass #6A481D

Tints of Antique Brass #6A481D

Color information

#6A481D (or 0x6A481D) is unknown color: approx Antique Brass. HEX triplet: 6A, 48 and 1D. RGB value is (106,72,29). Sum of RGB (Red+Green+Blue) = 106+72+29=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A481D is #95B7E2. Grayscale: #4D4D4D. Windows color (decimal): -9811939 or 1919082. OLE color: 1919082.

HSL color Cylindrical-coordinate representation of color #6A481D: hue angle of 33.51º 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 #6A481D is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1067229-
CMYK00.320.730.58
HSL33.51º57.04%26.47%-
HSV(B)33.51º72.64%41.57%-
XYZ8.487.792.22-
YUV77.26100.76148.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=51.21%
G=34.78%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106722900.320.730.5833.5157.0426.47
Hex6A481D020493A22391a
Octal1521103504011172427132
Binary11010101001000111010100000100100111101010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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