#693931

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

Shades of Metallic Copper #693931

Tints of Metallic Copper #693931

Color information

#693931 (or 0x693931) is unknown color: approx Metallic Copper. HEX triplet: 69, 39 and 31. RGB value is (105,57,49). Sum of RGB (Red+Green+Blue) = 105+57+49=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693931 is #96C6CE. Grayscale: #464646. Windows color (decimal): -9881295 or 3225961. OLE color: 3225961.

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

Color convert

RGB1055749-
CMYK00.460.530.59
HSL8.57º36.36%30.2%-
HSV(B)8.57º53.33%41.18%-
XYZ7.846.153.68-
YUV70.44115.9152.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=49.76%
G=27.01%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105574900.460.530.598.5736.3630.2
Hex69393102E353B9241e
Octal15171610566573114436
Binary11010011110011100010101110110101111011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693931; }

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

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

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

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

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

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

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

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