#6A421B

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

Shades of Antique Brass #6A421B

Tints of Antique Brass #6A421B

Color information

#6A421B (or 0x6A421B) is unknown color: approx Antique Brass. HEX triplet: 6A, 42 and 1B. RGB value is (106,66,27). Sum of RGB (Red+Green+Blue) = 106+66+27=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A421B is #95BDE4. Grayscale: #494949. Windows color (decimal): -9813477 or 1786474. OLE color: 1786474.

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

Color convert

RGB1066627-
CMYK00.380.750.58
HSL29.62º59.4%26.08%-
HSV(B)29.62º74.53%41.57%-
XYZ8.097.041.97-
YUV73.51101.75151.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.27%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=53.27%
G=33.17%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106662700.380.750.5829.6259.426.08
Hex6A421B0264B3A1e3b1a
Octal1521023304611372367332
Binary1101010100001011011010011010010111110101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,27); }

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

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

 a { background-color: rgb(106,66,27); }

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

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

 span { border-color: rgb(106,66,27); }

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