#6F433A

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

Shades of Metallic Copper #6F433A

Tints of Metallic Copper #6F433A

Color information

#6F433A (or 0x6F433A) is unknown color: approx Metallic Copper. HEX triplet: 6F, 43 and 3A. RGB value is (111,67,58). Sum of RGB (Red+Green+Blue) = 111+67+58=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F433A is #90BCC5. Grayscale: #4F4F4F. Windows color (decimal): -9485510 or 3818351. OLE color: 3818351.

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

Color convert

RGB1116758-
CMYK00.400.480.56
HSL10.19º31.36%33.14%-
HSV(B)10.19º47.75%43.53%-
XYZ9.337.75-
YUV79.13116.08150.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=47.03%
G=28.39%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111675800.400.480.5610.1931.3633.14
Hex6F433A0283038a1f21
Octal157103720506070123741
Binary110111110000111110100101000110000111000101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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