#693E13

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

Shades of Antique Brass #693E13

Tints of Antique Brass #693E13

Color information

#693E13 (or 0x693E13) is unknown color: approx Antique Brass. HEX triplet: 69, 3E and 13. RGB value is (105,62,19). Sum of RGB (Red+Green+Blue) = 105+62+19=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #693E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E13 is #96C1EC. Grayscale: #464646. Windows color (decimal): -9880045 or 1261161. OLE color: 1261161.

HSL color Cylindrical-coordinate representation of color #693E13: hue angle of 30º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #693E13 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1056219-
CMYK00.410.820.59
HSL30º69.35%24.31%-
HSV(B)30º81.9%41.18%-
XYZ7.676.51.47-
YUV69.9699.25153-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=56.45%
G=33.33%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105621900.410.820.593069.3524.31
Hex693E13029523B1e4518
Octal1517623051122733610530
Binary1101001111110100110101001101001011101111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E13; }

 p { color: rgb(105,62,19); }

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

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

 a { background-color: rgb(105,62,19); }

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

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

 span { border-color: rgb(105,62,19); }

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