#6c501e

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

Shades of Antique Brass #6C501E

Tints of Antique Brass #6C501E

Color information

#6C501E (or 0x6C501E) is unknown color: approx Antique Brass. HEX triplet: 6C, 50 and 1E. RGB value is (108,80,30). Sum of RGB (Red+Green+Blue) = 108+80+30=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C501E is #93AFE1. Grayscale: #525252. Windows color (decimal): -9678818 or 1986668. OLE color: 1986668.

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

Color convert

RGB1088030-
CMYK00.260.720.58
HSL38.46º56.52%27.06%-
HSV(B)38.46º72.22%42.35%-
XYZ9.299.022.48-
YUV82.6798.28146.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.54%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=49.54%
G=36.70%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108803000.260.720.5838.4656.5227.06
Hex6C501E01A483A26391b
Octal1541203603211072467133
Binary1101100101000011110011010100100011101010011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c501e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,30); }

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

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

 a { background-color: rgb(108,80,30); }

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

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

 span { border-color: rgb(108,80,30); }

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