#693B31

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

Shades of Metallic Copper #693B31

Tints of Metallic Copper #693B31

Color information

#693B31 (or 0x693B31) is unknown color: approx Metallic Copper. HEX triplet: 69, 3B and 31. RGB value is (105,59,49). Sum of RGB (Red+Green+Blue) = 105+59+49=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B31 is #96C4CE. Grayscale: #474747. Windows color (decimal): -9880783 or 3226473. OLE color: 3226473.

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

Color convert

RGB1055949-
CMYK00.440.530.59
HSL10.71º36.36%30.2%-
HSV(B)10.71º53.33%41.18%-
XYZ7.946.353.71-
YUV71.61115.24151.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=49.30%
G=27.70%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105594900.440.530.5910.7136.3630.2
Hex693B3102C353Bb241e
Octal15173610546573134436
Binary11010011110111100010101100110101111011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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