#693E2F

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

Shades of Metallic Copper #693E2F

Tints of Metallic Copper #693E2F

Color information

#693E2F (or 0x693E2F) is unknown color: approx Metallic Copper. HEX triplet: 69, 3E and 2F. RGB value is (105,62,47). Sum of RGB (Red+Green+Blue) = 105+62+47=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E2F is #96C1D0. Grayscale: #494949. Windows color (decimal): -9880017 or 3096169. OLE color: 3096169.

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

Color convert

RGB1056247-
CMYK00.410.550.59
HSL15.52º38.16%29.8%-
HSV(B)15.52º55.24%41.18%-
XYZ8.066.653.55-
YUV73.15113.25150.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=49.07%
G=28.97%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105624700.410.550.5915.5238.1629.8
Hex693E2F029373B10261e
Octal15176570516773204636
Binary110100111111010111101010011101111110111000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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