#693A31

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

Shades of Metallic Copper #693A31

Tints of Metallic Copper #693A31

Color information

#693A31 (or 0x693A31) is unknown color: approx Metallic Copper. HEX triplet: 69, 3A and 31. RGB value is (105,58,49). Sum of RGB (Red+Green+Blue) = 105+58+49=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #693A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A31 is #96C5CE. Grayscale: #474747. Windows color (decimal): -9881039 or 3226217. OLE color: 3226217.

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

Color convert

RGB1055849-
CMYK00.450.530.59
HSL9.64º36.36%30.2%-
HSV(B)9.64º53.33%41.18%-
XYZ7.896.253.7-
YUV71.03115.57152.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=49.53%
G=27.36%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105584900.450.530.599.6436.3630.2
Hex693A3102D353Ba241e
Octal15172610556573124436
Binary11010011110101100010101101110101111011101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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