#694016

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

Shades of Antique Brass #694016

Tints of Antique Brass #694016

Color information

#694016 (or 0x694016) is unknown color: approx Antique Brass. HEX triplet: 69, 40 and 16. RGB value is (105,64,22). Sum of RGB (Red+Green+Blue) = 105+64+22=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #694016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694016 is #96BFE9. Grayscale: #474747. Windows color (decimal): -9879530 or 1458281. OLE color: 1458281.

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

Color convert

RGB1056422-
CMYK00.390.790.59
HSL30.36º65.35%24.9%-
HSV(B)30.36º79.05%41.18%-
XYZ7.86.731.65-
YUV71.47100.08151.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=54.97%
G=33.51%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105642200.390.790.5930.3665.3524.9
Hex6940160274F3B1e4119
Octal15110026047117733610131
Binary11010011000000101100100111100111111101111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694016; }

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

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

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

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

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

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

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

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