#694520

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

Shades of Antique Brass #694520

Tints of Antique Brass #694520

Color information

#694520 (or 0x694520) is unknown color: approx Antique Brass. HEX triplet: 69, 45 and 20. RGB value is (105,69,32). Sum of RGB (Red+Green+Blue) = 105+69+32=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #694520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694520 is #96BADF. Grayscale: #4B4B4B. Windows color (decimal): -9878240 or 2114921. OLE color: 2114921.

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

Color convert

RGB1056932-
CMYK00.340.700.59
HSL30.41º53.28%26.86%-
HSV(B)30.41º69.52%41.18%-
XYZ8.217.362.35-
YUV75.55103.43149.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=50.97%
G=33.50%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105693200.340.700.5930.4153.2826.86
Hex694520022463B1e351b
Octal1511054004210673366533
Binary11010011000101100000010001010001101110111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694520; }

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

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

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

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

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

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

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

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