#693F30

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

Shades of Metallic Copper #693F30

Tints of Metallic Copper #693F30

Color information

#693F30 (or 0x693F30) is unknown color: approx Metallic Copper. HEX triplet: 69, 3F and 30. RGB value is (105,63,48). Sum of RGB (Red+Green+Blue) = 105+63+48=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #693F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F30 is #96C0CF. Grayscale: #494949. Windows color (decimal): -9879760 or 3161961. OLE color: 3161961.

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

Color convert

RGB1056348-
CMYK00.40.540.59
HSL15.79º37.25%30%-
HSV(B)15.79º54.29%41.18%-
XYZ8.146.773.67-
YUV73.85113.41150.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=48.61%
G=29.17%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105634800.40.540.5915.7937.2530
Hex693F30028363B10251e
Octal15177600506673204536
Binary110100111111111000001010001101101110111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,63,48); }

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

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

 a { background-color: rgb(105,63,48); }

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

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

 span { border-color: rgb(105,63,48); }

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