#693B34

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

Shades of Metallic Copper #693B34

Tints of Metallic Copper #693B34

Color information

#693B34 (or 0x693B34) is unknown color: approx Metallic Copper. HEX triplet: 69, 3B and 34. RGB value is (105,59,52). Sum of RGB (Red+Green+Blue) = 105+59+52=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #693B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B34 is #96C4CB. Grayscale: #484848. Windows color (decimal): -9880780 or 3423081. OLE color: 3423081.

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

Color convert

RGB1055952-
CMYK00.440.500.59
HSL7.92º33.76%30.78%-
HSV(B)7.92º50.48%41.18%-
XYZ8.016.384.06-
YUV71.96116.74151.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=48.61%
G=27.31%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105595200.440.500.597.9233.7630.78
Hex693B3402C323B8221f
Octal15173640546273104237
Binary11010011110111101000101100110010111011100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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