#694A1F

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

Shades of Antique Brass #694A1F

Tints of Antique Brass #694A1F

Color information

#694A1F (or 0x694A1F) is unknown color: approx Antique Brass. HEX triplet: 69, 4A and 1F. RGB value is (105,74,31). Sum of RGB (Red+Green+Blue) = 105+74+31=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A1F is #96B5E0. Grayscale: #4E4E4E. Windows color (decimal): -9876961 or 2050665. OLE color: 2050665.

HSL color Cylindrical-coordinate representation of color #694A1F: hue angle of 34.86º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694A1F is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1057431-
CMYK00.300.700.59
HSL34.86º54.41%26.67%-
HSV(B)34.86º70.48%41.18%-
XYZ8.5282.39-
YUV78.37101.27147-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=50%
G=35.24%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105743100.300.700.5934.8654.4126.67
Hex694A1F01E463B23361b
Octal1511123703610673436633
Binary1101001100101011111011110100011011101110001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694A1F; }

 p { color: rgb(105,74,31); }

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

<style>
 a { background-color: #694A1F; }

 a { background-color: rgb(105,74,31); }

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

<style>
 span { border-color: #694A1F; }

 span { border-color: rgb(105,74,31); }

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