#6F443A

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

Shades of Metallic Copper #6F443A

Tints of Metallic Copper #6F443A

Color information

#6F443A (or 0x6F443A) is unknown color: approx Metallic Copper. HEX triplet: 6F, 44 and 3A. RGB value is (111,68,58). Sum of RGB (Red+Green+Blue) = 111+68+58=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F443A is #90BBC5. Grayscale: #4F4F4F. Windows color (decimal): -9485254 or 3818607. OLE color: 3818607.

HSL color Cylindrical-coordinate representation of color #6F443A: hue angle of 11.32º 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 #6F443A is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1116858-
CMYK00.390.480.56
HSL11.32º31.36%33.14%-
HSV(B)11.32º47.75%43.53%-
XYZ9.397.825.02-
YUV79.72115.75150.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=46.84%
G=28.69%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111685800.390.480.5611.3231.3633.14
Hex6F443A0273038b1f21
Octal157104720476070133741
Binary110111110001001110100100111110000111000101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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