#6E4216

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

Shades of Antique Brass #6E4216

Tints of Antique Brass #6E4216

Color information

#6E4216 (or 0x6E4216) is unknown color: approx Antique Brass. HEX triplet: 6E, 42 and 16. RGB value is (110,66,22). Sum of RGB (Red+Green+Blue) = 110+66+22=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4216 is #91BDE9. Grayscale: #4A4A4A. Windows color (decimal): -9551338 or 1458798. OLE color: 1458798.

HSL color Cylindrical-coordinate representation of color #6E4216: hue angle of 30º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E4216 is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB1106622-
CMYK00.40.80.57
HSL30º66.67%25.88%-
HSV(B)30º80%43.14%-
XYZ8.527.271.71-
YUV74.1498.58153.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.56%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=55.56%
G=33.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110662200.40.80.573066.6725.88
Hex6E421602850391e431a
Octal15610226050120713610332
Binary11011101000010101100101000101000011100111110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,22); }

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

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

 a { background-color: rgb(110,66,22); }

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

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

 span { border-color: rgb(110,66,22); }

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