#693C13

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

Shades of Antique Brass #693C13

Tints of Antique Brass #693C13

Color information

#693C13 (or 0x693C13) is unknown color: approx Antique Brass. HEX triplet: 69, 3C and 13. RGB value is (105,60,19). Sum of RGB (Red+Green+Blue) = 105+60+19=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C13 is #96C3EC. Grayscale: #444444. Windows color (decimal): -9880557 or 1260649. OLE color: 1260649.

HSL color Cylindrical-coordinate representation of color #693C13: hue angle of 28.6º 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 #693C13 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1056019-
CMYK00.430.820.59
HSL28.6º69.35%24.31%-
HSV(B)28.6º81.9%41.18%-
XYZ7.566.281.43-
YUV68.7899.91153.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=57.07%
G=32.61%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105601900.430.820.5928.669.3524.31
Hex693C1302B523B1d4518
Octal1517423053122733510530
Binary1101001111100100110101011101001011101111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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