#6F3F34

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

Shades of Metallic Copper #6F3F34

Tints of Metallic Copper #6F3F34

Color information

#6F3F34 (or 0x6F3F34) is unknown color: approx Metallic Copper. HEX triplet: 6F, 3F and 34. RGB value is (111,63,52). Sum of RGB (Red+Green+Blue) = 111+63+52=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F34 is #90C0CB. Grayscale: #4C4C4C. Windows color (decimal): -9486540 or 3424111. OLE color: 3424111.

HSL color Cylindrical-coordinate representation of color #6F3F34: hue angle of 11.19º 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 #6F3F34 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1116352-
CMYK00.430.530.56
HSL11.19º36.2%31.96%-
HSV(B)11.19º53.15%43.53%-
XYZ8.957.184.16-
YUV76.1114.4152.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=49.12%
G=27.88%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111635200.430.530.5611.1936.231.96
Hex6F3F3402B3538b2420
Octal15777640536570134440
Binary110111111111111010001010111101011110001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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