#6C4215

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

Shades of Antique Brass #6C4215

Tints of Antique Brass #6C4215

Color information

#6C4215 (or 0x6C4215) is unknown color: approx Antique Brass. HEX triplet: 6C, 42 and 15. RGB value is (108,66,21). Sum of RGB (Red+Green+Blue) = 108+66+21=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4215 is #93BDEA. Grayscale: #494949. Windows color (decimal): -9682411 or 1393260. OLE color: 1393260.

HSL color Cylindrical-coordinate representation of color #6C4215: hue angle of 31.03º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C4215 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB1086621-
CMYK00.390.810.58
HSL31.03º67.44%25.29%-
HSV(B)31.03º80.56%42.35%-
XYZ8.277.141.65-
YUV73.4398.41152.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=55.38%
G=33.85%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108662100.390.810.5831.0367.4425.29
Hex6C4215027513A1f4319
Octal15410225047121723710331
Binary11011001000010101010100111101000111101011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,66,21); }

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

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

 a { background-color: rgb(108,66,21); }

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

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

 span { border-color: rgb(108,66,21); }

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