#6E501F

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

Shades of Antique Brass #6E501F

Tints of Antique Brass #6E501F

Color information

#6E501F (or 0x6E501F) is unknown color: approx Antique Brass. HEX triplet: 6E, 50 and 1F. RGB value is (110,80,31). Sum of RGB (Red+Green+Blue) = 110+80+31=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E501F is #91AFE0. Grayscale: #535353. Windows color (decimal): -9547745 or 2052206. OLE color: 2052206.

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

Color convert

RGB1108031-
CMYK00.270.720.57
HSL37.22º56.03%27.65%-
HSV(B)37.22º71.82%43.14%-
XYZ9.559.152.56-
YUV83.3898.44146.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.77%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=49.77%
G=36.20%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110803100.270.720.5737.2256.0327.65
Hex6E501F01B483925381c
Octal1561203703311071457034
Binary1101110101000011111011011100100011100110010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,31); }

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

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

 a { background-color: rgb(110,80,31); }

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

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

 span { border-color: rgb(110,80,31); }

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