#693E3A

Color #693E3A Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #693E3A

Tints of Metallic Copper #693E3A

Color information

#693E3A (or 0x693E3A) is unknown color: approx Metallic Copper. HEX triplet: 69, 3E and 3A. RGB value is (105,62,58). Sum of RGB (Red+Green+Blue) = 105+62+58=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #693E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E3A is #96C1C5. Grayscale: #4A4A4A. Windows color (decimal): -9880006 or 3817065. OLE color: 3817065.

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

Color convert

RGB1056258-
CMYK00.410.450.59
HSL5.11º28.83%31.96%-
HSV(B)5.11º44.76%41.18%-
XYZ8.316.754.87-
YUV74.4118.75149.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=46.67%
G=27.56%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105625800.410.450.595.1128.8331.96
Hex693E3A0292D3B51d20
Octal1517672051557353540
Binary1101001111110111010010100110110111101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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