#6F423A

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

Shades of Metallic Copper #6F423A

Tints of Metallic Copper #6F423A

Color information

#6F423A (or 0x6F423A) is unknown color: approx Metallic Copper. HEX triplet: 6F, 42 and 3A. RGB value is (111,66,58). Sum of RGB (Red+Green+Blue) = 111+66+58=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F423A is #90BDC5. Grayscale: #4E4E4E. Windows color (decimal): -9485766 or 3818095. OLE color: 3818095.

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

Color convert

RGB1116658-
CMYK00.410.480.56
HSL9.06º31.36%33.14%-
HSV(B)9.06º47.75%43.53%-
XYZ9.277.584.98-
YUV78.54116.41151.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=47.23%
G=28.09%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111665800.410.480.569.0631.3633.14
Hex6F423A029303891f21
Octal157102720516070113741
Binary110111110000101110100101001110000111000100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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