#6F3C34

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

Shades of Metallic Copper #6F3C34

Tints of Metallic Copper #6F3C34

Color information

#6F3C34 (or 0x6F3C34) is unknown color: approx Metallic Copper. HEX triplet: 6F, 3C and 34. RGB value is (111,60,52). Sum of RGB (Red+Green+Blue) = 111+60+52=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C34 is #90C3CB. Grayscale: #4A4A4A. Windows color (decimal): -9487308 or 3423343. OLE color: 3423343.

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

Color convert

RGB1116052-
CMYK00.460.530.56
HSL8.14º36.2%31.96%-
HSV(B)8.14º53.15%43.53%-
XYZ8.796.864.11-
YUV74.34115.4154.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=49.78%
G=26.91%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111605200.460.530.568.1436.231.96
Hex6F3C3402E353882420
Octal15774640566570104440
Binary110111111110011010001011101101011110001000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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