#694217

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

Shades of Antique Brass #694217

Tints of Antique Brass #694217

Color information

#694217 (or 0x694217) is unknown color: approx Antique Brass. HEX triplet: 69, 42 and 17. RGB value is (105,66,23). Sum of RGB (Red+Green+Blue) = 105+66+23=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694217 is #96BDE8. Grayscale: #484848. Windows color (decimal): -9879017 or 1524329. OLE color: 1524329.

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

Color convert

RGB1056623-
CMYK00.370.780.59
HSL31.46º64.06%25.1%-
HSV(B)31.46º78.1%41.18%-
XYZ7.936.961.74-
YUV72.7699.92151-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 23 (9.38% from 255) = 11.86%
R=54.12%
G=34.02%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105662300.370.780.5931.4664.0625.1
Hex6942170254E3B1f4019
Octal15110227045116733710031
Binary11010011000010101110100101100111011101111111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694217; }

 p { color: rgb(105,66,23); }

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

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

 a { background-color: rgb(105,66,23); }

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

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

 span { border-color: rgb(105,66,23); }

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