#694019

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

Shades of Antique Brass #694019

Tints of Antique Brass #694019

Color information

#694019 (or 0x694019) is unknown color: approx Antique Brass. HEX triplet: 69, 40 and 19. RGB value is (105,64,25). Sum of RGB (Red+Green+Blue) = 105+64+25=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694019 is #96BFE6. Grayscale: #484848. Windows color (decimal): -9879527 or 1654889. OLE color: 1654889.

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

Color convert

RGB1056425-
CMYK00.390.760.59
HSL29.25º61.54%25.49%-
HSV(B)29.25º76.19%41.18%-
XYZ7.836.741.81-
YUV71.81101.58151.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=54.12%
G=32.99%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105642500.390.760.5929.2561.5425.49
Hex6940190274C3B1d3e19
Octal1511003104711473357631
Binary1101001100000011001010011110011001110111110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694019; }

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

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

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

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

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

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

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

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