#693D2F

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

Shades of Metallic Copper #693D2F

Tints of Metallic Copper #693D2F

Color information

#693D2F (or 0x693D2F) is unknown color: approx Metallic Copper. HEX triplet: 69, 3D and 2F. RGB value is (105,61,47). Sum of RGB (Red+Green+Blue) = 105+61+47=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D2F is #96C2D0. Grayscale: #484848. Windows color (decimal): -9880273 or 3095913. OLE color: 3095913.

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

Color convert

RGB1056147-
CMYK00.420.550.59
HSL14.48º38.16%29.8%-
HSV(B)14.48º55.24%41.18%-
XYZ8.016.553.53-
YUV72.56113.58151.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=49.30%
G=28.64%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105614700.420.550.5914.4838.1629.8
Hex693D2F02A373Be261e
Octal15175570526773164636
Binary11010011111011011110101010110111111011111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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