#694C1A

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

Shades of Antique Brass #694C1A

Tints of Antique Brass #694C1A

Color information

#694C1A (or 0x694C1A) is unknown color: approx Antique Brass. HEX triplet: 69, 4C and 1A. RGB value is (105,76,26). Sum of RGB (Red+Green+Blue) = 105+76+26=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #694C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C1A is #96B3E5. Grayscale: #4F4F4F. Windows color (decimal): -9876454 or 1723497. OLE color: 1723497.

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

Color convert

RGB1057626-
CMYK00.280.750.59
HSL37.97º60.31%25.69%-
HSV(B)37.97º75.24%41.18%-
XYZ8.68.252.12-
YUV78.9798.11146.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=50.72%
G=36.71%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105762600.280.750.5937.9760.3125.69
Hex694C1A01C4B3B263c1a
Octal1511143203411373467432
Binary1101001100110011010011100100101111101110011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,76,26); }

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

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

 a { background-color: rgb(105,76,26); }

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

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

 span { border-color: rgb(105,76,26); }

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