#693A33

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

Shades of Metallic Copper #693A33

Tints of Metallic Copper #693A33

Color information

#693A33 (or 0x693A33) is unknown color: approx Metallic Copper. HEX triplet: 69, 3A and 33. RGB value is (105,58,51). Sum of RGB (Red+Green+Blue) = 105+58+51=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A33 is #96C5CC. Grayscale: #474747. Windows color (decimal): -9881037 or 3357289. OLE color: 3357289.

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

Color convert

RGB1055851-
CMYK00.450.510.59
HSL7.78º34.62%30.59%-
HSV(B)7.78º51.43%41.18%-
XYZ7.946.273.92-
YUV71.26116.57152.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=49.07%
G=27.10%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105585100.450.510.597.7834.6230.59
Hex693A3302D333B8231f
Octal15172630556373104337
Binary11010011110101100110101101110011111011100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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