#6F4135

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

Shades of Metallic Copper #6F4135

Tints of Metallic Copper #6F4135

Color information

#6F4135 (or 0x6F4135) is unknown color: approx Metallic Copper. HEX triplet: 6F, 41 and 35. RGB value is (111,65,53). Sum of RGB (Red+Green+Blue) = 111+65+53=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4135 is #90BECA. Grayscale: #4D4D4D. Windows color (decimal): -9486027 or 3490159. OLE color: 3490159.

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

Color convert

RGB1116553-
CMYK00.410.520.56
HSL12.41º35.37%32.16%-
HSV(B)12.41º52.25%43.53%-
XYZ9.097.424.32-
YUV77.39114.24151.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=48.47%
G=28.38%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111655300.410.520.5612.4135.3732.16
Hex6F41350293438c2320
Octal157101650516470144340
Binary1101111100000111010101010011101001110001100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,53); }

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

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

 a { background-color: rgb(111,65,53); }

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

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

 span { border-color: rgb(111,65,53); }

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