#674B1A

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

Shades of Antique Brass #674B1A

Tints of Antique Brass #674B1A

Color information

#674B1A (or 0x674B1A) is unknown color: approx Antique Brass. HEX triplet: 67, 4B and 1A. RGB value is (103,75,26). Sum of RGB (Red+Green+Blue) = 103+75+26=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #674B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B1A is #98B4E5. Grayscale: #4E4E4E. Windows color (decimal): -10007782 or 1723239. OLE color: 1723239.

HSL color Cylindrical-coordinate representation of color #674B1A: hue angle of 38.18º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #674B1A is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1037526-
CMYK00.270.750.60
HSL38.18º59.69%25.29%-
HSV(B)38.18º74.76%40.39%-
XYZ8.37.992.08-
YUV77.7998.78145.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=50.49%
G=36.76%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103752600.270.750.6038.1859.6925.29
Hex674B1A01B4B3C263c19
Octal1471133203311374467431
Binary1100111100101111010011011100101111110010011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,26); }

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

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

 a { background-color: rgb(103,75,26); }

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

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

 span { border-color: rgb(103,75,26); }

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