#694F1C

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

Shades of Antique Brass #694F1C

Tints of Antique Brass #694F1C

Color information

#694F1C (or 0x694F1C) is unknown color: approx Antique Brass. HEX triplet: 69, 4F and 1C. RGB value is (105,79,28). Sum of RGB (Red+Green+Blue) = 105+79+28=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #694F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F1C is #96B0E3. Grayscale: #515151. Windows color (decimal): -9875684 or 1855337. OLE color: 1855337.

HSL color Cylindrical-coordinate representation of color #694F1C: hue angle of 39.74º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #694F1C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1057928-
CMYK00.250.730.59
HSL39.74º57.89%26.08%-
HSV(B)39.74º73.33%41.18%-
XYZ8.838.682.31-
YUV80.9698.11145.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=49.53%
G=37.26%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105792800.250.730.5939.7457.8926.08
Hex694F1C019493B283a1a
Octal1511173403111173507232
Binary1101001100111111100011001100100111101110100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,28); }

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

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

 a { background-color: rgb(105,79,28); }

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

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

 span { border-color: rgb(105,79,28); }

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