#6E3F14

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

Shades of Antique Brass #6E3F14

Tints of Antique Brass #6E3F14

Color information

#6E3F14 (or 0x6E3F14) is unknown color: approx Antique Brass. HEX triplet: 6E, 3F and 14. RGB value is (110,63,20). Sum of RGB (Red+Green+Blue) = 110+63+20=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3F14 is #91C0EB. Grayscale: #484848. Windows color (decimal): -9552108 or 1326958. OLE color: 1326958.

HSL color Cylindrical-coordinate representation of color #6E3F14: hue angle of 28.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E3F14 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB1106320-
CMYK00.430.820.57
HSL28.67º69.23%25.49%-
HSV(B)28.67º81.82%43.14%-
XYZ8.336.921.56-
YUV72.1598.57155-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.99%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=56.99%
G=32.64%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110632000.430.820.5728.6769.2325.49
Hex6E3F1402B52391d4519
Octal1567724053122713510531
Binary1101110111111101000101011101001011100111101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,63,20); }

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

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

 a { background-color: rgb(110,63,20); }

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

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

 span { border-color: rgb(110,63,20); }

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