#693D37

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

Shades of Metallic Copper #693D37

Tints of Metallic Copper #693D37

Color information

#693D37 (or 0x693D37) is unknown color: approx Metallic Copper. HEX triplet: 69, 3D and 37. RGB value is (105,61,55). Sum of RGB (Red+Green+Blue) = 105+61+55=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #693D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D37 is #96C2C8. Grayscale: #494949. Windows color (decimal): -9880265 or 3620201. OLE color: 3620201.

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

Color convert

RGB1056155-
CMYK00.420.480.59
HSL7.2º31.25%31.37%-
HSV(B)7.2º47.62%41.18%-
XYZ8.186.624.46-
YUV73.47117.58150.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=47.51%
G=27.60%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105615500.420.480.597.231.2531.37
Hex693D3702A303B71f1f
Octal1517567052607373737
Binary110100111110111011101010101100001110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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