#694722

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

Shades of Antique Brass #694722

Tints of Antique Brass #694722

Color information

#694722 (or 0x694722) is unknown color: approx Antique Brass. HEX triplet: 69, 47 and 22. RGB value is (105,71,34). Sum of RGB (Red+Green+Blue) = 105+71+34=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694722 is #96B8DD. Grayscale: #4D4D4D. Windows color (decimal): -9877726 or 2246505. OLE color: 2246505.

HSL color Cylindrical-coordinate representation of color #694722: hue angle of 31.27º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #694722 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1057134-
CMYK00.320.680.59
HSL31.27º51.08%27.25%-
HSV(B)31.27º67.62%41.18%-
XYZ8.377.632.54-
YUV76.95103.76148.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=50%
G=33.81%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105713400.320.680.5931.2751.0827.25
Hex694722020443B1f331b
Octal1511074204010473376333
Binary11010011000111100010010000010001001110111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694722; }

 p { color: rgb(105,71,34); }

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

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

 a { background-color: rgb(105,71,34); }

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

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

 span { border-color: rgb(105,71,34); }

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