#694E21

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

Shades of Antique Brass #694E21

Tints of Antique Brass #694E21

Color information

#694E21 (or 0x694E21) is unknown color: approx Antique Brass. HEX triplet: 69, 4E and 21. RGB value is (105,78,33). Sum of RGB (Red+Green+Blue) = 105+78+33=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E21 is #96B1DE. Grayscale: #515151. Windows color (decimal): -9875935 or 2182761. OLE color: 2182761.

HSL color Cylindrical-coordinate representation of color #694E21: hue angle of 37.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694E21 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1057833-
CMYK00.260.690.59
HSL37.5º52.17%27.06%-
HSV(B)37.5º68.57%41.18%-
XYZ8.828.562.63-
YUV80.94100.95145.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=48.61%
G=36.11%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105783300.260.690.5937.552.1727.06
Hex694E2101A453B26341b
Octal1511164103210573466433
Binary11010011001110100001011010100010111101110011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E21; }

 p { color: rgb(105,78,33); }

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

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

 a { background-color: rgb(105,78,33); }

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

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

 span { border-color: rgb(105,78,33); }

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