#6D421D

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

Shades of Antique Brass #6D421D

Tints of Antique Brass #6D421D

Color information

#6D421D (or 0x6D421D) is unknown color: approx Antique Brass. HEX triplet: 6D, 42 and 1D. RGB value is (109,66,29). Sum of RGB (Red+Green+Blue) = 109+66+29=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D421D is #92BDE2. Grayscale: #4A4A4A. Windows color (decimal): -9616867 or 1917549. OLE color: 1917549.

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

Color convert

RGB1096629-
CMYK00.390.730.57
HSL27.75º57.97%27.06%-
HSV(B)27.75º73.39%42.75%-
XYZ8.487.242.11-
YUV74.64102.25152.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.43%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=53.43%
G=32.35%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109662900.390.730.5727.7557.9727.06
Hex6D421D02749391c3a1b
Octal1551023504711171347233
Binary1101101100001011101010011110010011110011110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,66,29); }

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

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

 a { background-color: rgb(109,66,29); }

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

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

 span { border-color: rgb(109,66,29); }

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