#6F423C

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

Shades of Metallic Copper #6F423C

Tints of Metallic Copper #6F423C

Color information

#6F423C (or 0x6F423C) is unknown color: approx Metallic Copper. HEX triplet: 6F, 42 and 3C. RGB value is (111,66,60). Sum of RGB (Red+Green+Blue) = 111+66+60=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F423C is #90BDC3. Grayscale: #4E4E4E. Windows color (decimal): -9485764 or 3949167. OLE color: 3949167.

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

Color convert

RGB1116660-
CMYK00.410.460.56
HSL7.06º29.82%33.53%-
HSV(B)7.06º45.95%43.53%-
XYZ9.327.65.25-
YUV78.77117.41150.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=46.84%
G=27.85%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111666000.410.460.567.0629.8233.53
Hex6F423C0292E3871e22
Octal15710274051567073642
Binary11011111000010111100010100110111011100011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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