#6C4013

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

Shades of Antique Brass #6C4013

Tints of Antique Brass #6C4013

Color information

#6C4013 (or 0x6C4013) is unknown color: approx Antique Brass. HEX triplet: 6C, 40 and 13. RGB value is (108,64,19). Sum of RGB (Red+Green+Blue) = 108+64+19=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4013 is #93BFEC. Grayscale: #484848. Windows color (decimal): -9682925 or 1261676. OLE color: 1261676.

HSL color Cylindrical-coordinate representation of color #6C4013: hue angle of 30.34º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C4013 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1086419-
CMYK00.410.820.58
HSL30.34º70.08%24.9%-
HSV(B)30.34º82.41%42.35%-
XYZ8.146.91.52-
YUV72.0398.08153.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.54%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=56.54%
G=33.51%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108641900.410.820.5830.3470.0824.9
Hex6C4013029523A1e4619
Octal15410023051122723610631
Binary11011001000000100110101001101001011101011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,64,19); }

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

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

 a { background-color: rgb(108,64,19); }

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

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

 span { border-color: rgb(108,64,19); }

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