#694D1F

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

Shades of Antique Brass #694D1F

Tints of Antique Brass #694D1F

Color information

#694D1F (or 0x694D1F) is unknown color: approx Antique Brass. HEX triplet: 69, 4D and 1F. RGB value is (105,77,31). Sum of RGB (Red+Green+Blue) = 105+77+31=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D1F is #96B2E0. Grayscale: #505050. Windows color (decimal): -9876193 or 2051433. OLE color: 2051433.

HSL color Cylindrical-coordinate representation of color #694D1F: hue angle of 37.3º 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 #694D1F is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1057731-
CMYK00.270.700.59
HSL37.3º54.41%26.67%-
HSV(B)37.3º70.48%41.18%-
XYZ8.738.412.46-
YUV80.13100.28145.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=49.30%
G=36.15%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105773100.270.700.5937.354.4126.67
Hex694D1F01B463B25361b
Octal1511153703310673456633
Binary1101001100110111111011011100011011101110010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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