#693C35

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

Shades of Metallic Copper #693C35

Tints of Metallic Copper #693C35

Color information

#693C35 (or 0x693C35) is unknown color: approx Metallic Copper. HEX triplet: 69, 3C and 35. RGB value is (105,60,53). Sum of RGB (Red+Green+Blue) = 105+60+53=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #693C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C35 is #96C3CA. Grayscale: #484848. Windows color (decimal): -9880523 or 3488873. OLE color: 3488873.

HSL color Cylindrical-coordinate representation of color #693C35: hue angle of 8.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693C35 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1056053-
CMYK00.430.500.59
HSL8.08º32.91%30.98%-
HSV(B)8.08º49.52%41.18%-
XYZ8.086.494.2-
YUV72.66116.91151.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=48.17%
G=27.52%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105605300.430.500.598.0832.9130.98
Hex693C3502B323B8211f
Octal15174650536273104137
Binary11010011111001101010101011110010111011100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,60,53); }

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

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

 a { background-color: rgb(105,60,53); }

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

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

 span { border-color: rgb(105,60,53); }

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