#6C4819

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

Shades of Antique Brass #6C4819

Tints of Antique Brass #6C4819

Color information

#6C4819 (or 0x6C4819) is unknown color: approx Antique Brass. HEX triplet: 6C, 48 and 19. RGB value is (108,72,25). Sum of RGB (Red+Green+Blue) = 108+72+25=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4819 is #93B7E6. Grayscale: #4D4D4D. Windows color (decimal): -9680871 or 1656940. OLE color: 1656940.

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

Color convert

RGB1087225-
CMYK00.330.770.58
HSL33.98º62.41%26.08%-
HSV(B)33.98º76.85%42.35%-
XYZ8.687.891.99-
YUV77.4198.43149.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.68%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=52.68%
G=35.12%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108722500.330.770.5833.9862.4126.08
Hex6C48190214D3A223e1a
Octal1541103104111572427632
Binary11011001001000110010100001100110111101010001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,72,25); }

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

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

 a { background-color: rgb(108,72,25); }

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

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

 span { border-color: rgb(108,72,25); }

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