#67461C

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

Shades of Antique Brass #67461C

Tints of Antique Brass #67461C

Color information

#67461C (or 0x67461C) is unknown color: approx Antique Brass. HEX triplet: 67, 46 and 1C. RGB value is (103,70,28). Sum of RGB (Red+Green+Blue) = 103+70+28=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #67461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67461C is #98B9E3. Grayscale: #4B4B4B. Windows color (decimal): -10009060 or 1853031. OLE color: 1853031.

HSL color Cylindrical-coordinate representation of color #67461C: hue angle of 33.6º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67461C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1037028-
CMYK00.320.730.60
HSL33.6º57.25%25.69%-
HSV(B)33.6º72.82%40.39%-
XYZ7.997.352.1-
YUV75.08101.43147.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=51.24%
G=34.83%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103702800.320.730.6033.657.2525.69
Hex67461C020493C22391a
Octal1471063404011174427132
Binary11001111000110111000100000100100111110010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67461C; }

 p { color: rgb(103,70,28); }

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

<style>
 a { background-color: #67461C; }

 a { background-color: rgb(103,70,28); }

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

<style>
 span { border-color: #67461C; }

 span { border-color: rgb(103,70,28); }

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