#6F4233

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

Shades of Metallic Copper #6F4233

Tints of Metallic Copper #6F4233

Color information

#6F4233 (or 0x6F4233) is unknown color: approx Metallic Copper. HEX triplet: 6F, 42 and 33. RGB value is (111,66,51). Sum of RGB (Red+Green+Blue) = 111+66+51=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4233 is #90BDCC. Grayscale: #4D4D4D. Windows color (decimal): -9485773 or 3359343. OLE color: 3359343.

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

Color convert

RGB1116651-
CMYK00.410.540.56
HSL15º37.04%31.76%-
HSV(B)15º54.05%43.53%-
XYZ9.17.514.1-
YUV77.74112.91151.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.68%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=48.68%
G=28.95%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111665100.410.540.561537.0431.76
Hex6F42330293638f2520
Octal157102630516670174540
Binary1101111100001011001101010011101101110001111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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