#694618

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

Shades of Antique Brass #694618

Tints of Antique Brass #694618

Color information

#694618 (or 0x694618) is unknown color: approx Antique Brass. HEX triplet: 69, 46 and 18. RGB value is (105,70,24). Sum of RGB (Red+Green+Blue) = 105+70+24=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #694618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694618 is #96B9E7. Grayscale: #4B4B4B. Windows color (decimal): -9877992 or 1590889. OLE color: 1590889.

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

Color convert

RGB1057024-
CMYK00.330.770.59
HSL34.07º62.79%25.29%-
HSV(B)34.07º77.14%41.18%-
XYZ8.187.451.87-
YUV75.2299.1149.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=52.76%
G=35.18%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105702400.330.770.5934.0762.7925.29
Hex6946180214D3B223f19
Octal1511063004111573427731
Binary11010011000110110000100001100110111101110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694618; }

 p { color: rgb(105,70,24); }

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

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

 a { background-color: rgb(105,70,24); }

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

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

 span { border-color: rgb(105,70,24); }

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