#693D38

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

Shades of Metallic Copper #693D38

Tints of Metallic Copper #693D38

Color information

#693D38 (or 0x693D38) is unknown color: approx Metallic Copper. HEX triplet: 69, 3D and 38. RGB value is (105,61,56). Sum of RGB (Red+Green+Blue) = 105+61+56=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #693D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D38 is #96C2C7. Grayscale: #494949. Windows color (decimal): -9880264 or 3685737. OLE color: 3685737.

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

Color convert

RGB1056156-
CMYK00.420.470.59
HSL6.12º30.43%31.57%-
HSV(B)6.12º46.67%41.18%-
XYZ8.216.634.59-
YUV73.59118.08150.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=47.30%
G=27.48%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105615600.420.470.596.1230.4331.57
Hex693D3802A2F3B61e20
Octal1517570052577363640
Binary1101001111101111000010101010111111101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,61,56); }

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

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

 a { background-color: rgb(105,61,56); }

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

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

 span { border-color: rgb(105,61,56); }

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