#693F2F

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

Shades of Metallic Copper #693F2F

Tints of Metallic Copper #693F2F

Color information

#693F2F (or 0x693F2F) is unknown color: approx Metallic Copper. HEX triplet: 69, 3F and 2F. RGB value is (105,63,47). Sum of RGB (Red+Green+Blue) = 105+63+47=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #693F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F2F is #96C0D0. Grayscale: #494949. Windows color (decimal): -9879761 or 3096425. OLE color: 3096425.

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

Color convert

RGB1056347-
CMYK00.40.550.59
HSL16.55º38.16%29.8%-
HSV(B)16.55º55.24%41.18%-
XYZ8.126.763.57-
YUV73.73112.91150.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=48.84%
G=29.30%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105634700.40.550.5916.5538.1629.8
Hex693F2F028373B11261e
Octal15177570506773214636
Binary110100111111110111101010001101111110111000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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