#694013

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

Shades of Antique Brass #694013

Tints of Antique Brass #694013

Color information

#694013 (or 0x694013) is unknown color: approx Antique Brass. HEX triplet: 69, 40 and 13. RGB value is (105,64,19). Sum of RGB (Red+Green+Blue) = 105+64+19=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #694013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694013 is #96BFEC. Grayscale: #474747. Windows color (decimal): -9879533 or 1261673. OLE color: 1261673.

HSL color Cylindrical-coordinate representation of color #694013: hue angle of 31.4º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #694013 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1056419-
CMYK00.390.820.59
HSL31.4º69.35%24.31%-
HSV(B)31.4º81.9%41.18%-
XYZ7.786.721.5-
YUV71.1398.58152.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=55.85%
G=34.04%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105641900.390.820.5931.469.3524.31
Hex694013027523B1f4518
Octal15110023047122733710530
Binary11010011000000100110100111101001011101111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694013; }

 p { color: rgb(105,64,19); }

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

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

 a { background-color: rgb(105,64,19); }

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

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

 span { border-color: rgb(105,64,19); }

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