#6F403A

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

Shades of Metallic Copper #6F403A

Tints of Metallic Copper #6F403A

Color information

#6F403A (or 0x6F403A) is unknown color: approx Metallic Copper. HEX triplet: 6F, 40 and 3A. RGB value is (111,64,58). Sum of RGB (Red+Green+Blue) = 111+64+58=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F403A is #90BFC5. Grayscale: #4D4D4D. Windows color (decimal): -9486278 or 3817583. OLE color: 3817583.

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

Color convert

RGB1116458-
CMYK00.420.480.56
HSL6.79º31.36%33.14%-
HSV(B)6.79º47.75%43.53%-
XYZ9.157.354.94-
YUV77.37117.07151.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=47.64%
G=27.47%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111645800.420.480.566.7931.3633.14
Hex6F403A02A303871f21
Octal15710072052607073741
Binary11011111000000111010010101011000011100011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,58); }

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

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

 a { background-color: rgb(111,64,58); }

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

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

 span { border-color: rgb(111,64,58); }

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