#6F3D2E

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

Shades of Metallic Copper #6F3D2E

Tints of Metallic Copper #6F3D2E

Color information

#6F3D2E (or 0x6F3D2E) is unknown color: approx Metallic Copper. HEX triplet: 6F, 3D and 2E. RGB value is (111,61,46). Sum of RGB (Red+Green+Blue) = 111+61+46=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D2E is #90C2D1. Grayscale: #4A4A4A. Windows color (decimal): -9487058 or 3030383. OLE color: 3030383.

HSL color Cylindrical-coordinate representation of color #6F3D2E: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F3D2E is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1116146-
CMYK00.450.590.56
HSL13.85º41.4%30.78%-
HSV(B)13.85º58.56%43.53%-
XYZ8.726.913.46-
YUV74.24112.06154.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=50.92%
G=27.98%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111614600.450.590.5613.8541.430.78
Hex6F3D2E02D3B38e291f
Octal15775560557370165137
Binary11011111111011011100101101111011111000111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,61,46); }

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

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

 a { background-color: rgb(111,61,46); }

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

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

 span { border-color: rgb(111,61,46); }

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