#6F3A34

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

Shades of Metallic Copper #6F3A34

Tints of Metallic Copper #6F3A34

Color information

#6F3A34 (or 0x6F3A34) is unknown color: approx Metallic Copper. HEX triplet: 6F, 3A and 34. RGB value is (111,58,52). Sum of RGB (Red+Green+Blue) = 111+58+52=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A34 is #90C5CB. Grayscale: #494949. Windows color (decimal): -9487820 or 3422831. OLE color: 3422831.

HSL color Cylindrical-coordinate representation of color #6F3A34: hue angle of 6.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3A34 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1115852-
CMYK00.480.530.56
HSL6.1º36.2%31.96%-
HSV(B)6.1º53.15%43.53%-
XYZ8.696.654.08-
YUV73.16116.06154.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=50.23%
G=26.24%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111585200.480.530.566.136.231.96
Hex6F3A34030353862420
Octal1577264060657064440
Binary11011111110101101000110000110101111000110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F3A34; }

 p { color: rgb(111,58,52); }

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

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

 a { background-color: rgb(111,58,52); }

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

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

 span { border-color: rgb(111,58,52); }

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