#6C4518

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

Shades of Antique Brass #6C4518

Tints of Antique Brass #6C4518

Color information

#6C4518 (or 0x6C4518) is unknown color: approx Antique Brass. HEX triplet: 6C, 45 and 18. RGB value is (108,69,24). Sum of RGB (Red+Green+Blue) = 108+69+24=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4518 is #93BAE7. Grayscale: #4B4B4B. Windows color (decimal): -9681640 or 1590636. OLE color: 1590636.

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

Color convert

RGB1086924-
CMYK00.360.780.58
HSL32.14º63.64%25.88%-
HSV(B)32.14º77.78%42.35%-
XYZ8.487.511.87-
YUV75.5398.92151.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=53.73%
G=34.33%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108692400.360.780.5832.1463.6425.88
Hex6C45180244E3A20401a
Octal15410530044116724010032
Binary110110010001011100001001001001110111010100000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,24); }

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

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

 a { background-color: rgb(108,69,24); }

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

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

 span { border-color: rgb(108,69,24); }

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