#674E1C

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

Shades of Antique Brass #674E1C

Tints of Antique Brass #674E1C

Color information

#674E1C (or 0x674E1C) is unknown color: approx Antique Brass. HEX triplet: 67, 4E and 1C. RGB value is (103,78,28). Sum of RGB (Red+Green+Blue) = 103+78+28=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #674E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E1C is #98B1E3. Grayscale: #4F4F4F. Windows color (decimal): -10007012 or 1855079. OLE color: 1855079.

HSL color Cylindrical-coordinate representation of color #674E1C: hue angle of 40º 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 #674E1C is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1037828-
CMYK00.240.730.60
HSL40º57.25%25.69%-
HSV(B)40º72.82%40.39%-
XYZ8.538.422.27-
YUV79.7898.78144.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.28%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=49.28%
G=37.32%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103782800.240.730.604057.2525.69
Hex674E1C018493C28391a
Octal1471163403011174507132
Binary1100111100111011100011000100100111110010100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674E1C; }

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

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

<style>
 a { background-color: #674E1C; }

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

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

<style>
 span { border-color: #674E1C; }

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

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