#693D33

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

Shades of Metallic Copper #693D33

Tints of Metallic Copper #693D33

Color information

#693D33 (or 0x693D33) is unknown color: approx Metallic Copper. HEX triplet: 69, 3D and 33. RGB value is (105,61,51). Sum of RGB (Red+Green+Blue) = 105+61+51=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #693D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D33 is #96C2CC. Grayscale: #494949. Windows color (decimal): -9880269 or 3358057. OLE color: 3358057.

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

Color convert

RGB1056151-
CMYK00.420.510.59
HSL11.11º34.62%30.59%-
HSV(B)11.11º51.43%41.18%-
XYZ8.096.583.98-
YUV73.02115.58150.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=48.39%
G=28.11%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105615100.420.510.5911.1134.6230.59
Hex693D3302A333Bb231f
Octal15175630526373134337
Binary11010011111011100110101010110011111011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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