#6D4216

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

Shades of Antique Brass #6D4216

Tints of Antique Brass #6D4216

Color information

#6D4216 (or 0x6D4216) is unknown color: approx Antique Brass. HEX triplet: 6D, 42 and 16. RGB value is (109,66,22). Sum of RGB (Red+Green+Blue) = 109+66+22=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4216 is #92BDE9. Grayscale: #4A4A4A. Windows color (decimal): -9616874 or 1458797. OLE color: 1458797.

HSL color Cylindrical-coordinate representation of color #6D4216: hue angle of 30.34º degrees, saturation: 0.66, 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 #6D4216 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB1096622-
CMYK00.390.800.57
HSL30.34º66.41%25.69%-
HSV(B)30.34º79.82%42.75%-
XYZ8.47.211.71-
YUV73.8498.75153.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.33%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=55.33%
G=33.50%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109662200.390.800.5730.3466.4125.69
Hex6D421602750391e421a
Octal15510226047120713610232
Binary11011011000010101100100111101000011100111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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