#694314

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

Shades of Antique Brass #694314

Tints of Antique Brass #694314

Color information

#694314 (or 0x694314) is unknown color: approx Antique Brass. HEX triplet: 69, 43 and 14. RGB value is (105,67,20). Sum of RGB (Red+Green+Blue) = 105+67+20=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #694314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694314 is #96BCEB. Grayscale: #494949. Windows color (decimal): -9878764 or 1327977. OLE color: 1327977.

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

Color convert

RGB1056720-
CMYK00.360.810.59
HSL33.18º68%24.51%-
HSV(B)33.18º80.95%41.18%-
XYZ7.967.071.61-
YUV7398.09150.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=54.69%
G=34.90%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105672000.360.810.5933.186824.51
Hex694314024513B214419
Octal15110324044121734110431
Binary110100110000111010001001001010001111011100001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694314; }

 p { color: rgb(105,67,20); }

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

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

 a { background-color: rgb(105,67,20); }

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

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

 span { border-color: rgb(105,67,20); }

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