#694420

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

Shades of Antique Brass #694420

Tints of Antique Brass #694420

Color information

#694420 (or 0x694420) is unknown color: approx Antique Brass. HEX triplet: 69, 44 and 20. RGB value is (105,68,32). Sum of RGB (Red+Green+Blue) = 105+68+32=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #694420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694420 is #96BBDF. Grayscale: #4B4B4B. Windows color (decimal): -9878496 or 2114665. OLE color: 2114665.

HSL color Cylindrical-coordinate representation of color #694420: hue angle of 29.59º degrees, saturation: 0.53, 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 #694420 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1056832-
CMYK00.350.700.59
HSL29.59º53.28%26.86%-
HSV(B)29.59º69.52%41.18%-
XYZ8.157.242.33-
YUV74.96103.76149.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=51.22%
G=33.17%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105683200.350.700.5929.5953.2826.86
Hex694420023463B1e351b
Octal1511044004310673366533
Binary11010011000100100000010001110001101110111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694420; }

 p { color: rgb(105,68,32); }

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

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

 a { background-color: rgb(105,68,32); }

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

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

 span { border-color: rgb(105,68,32); }

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