#6F3E3A

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

Shades of Metallic Copper #6F3E3A

Tints of Metallic Copper #6F3E3A

Color information

#6F3E3A (or 0x6F3E3A) is unknown color: approx Metallic Copper. HEX triplet: 6F, 3E and 3A. RGB value is (111,62,58). Sum of RGB (Red+Green+Blue) = 111+62+58=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E3A is #90C1C5. Grayscale: #4C4C4C. Windows color (decimal): -9486790 or 3817071. OLE color: 3817071.

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

Color convert

RGB1116258-
CMYK00.440.480.56
HSL4.53º31.36%33.14%-
HSV(B)4.53º47.75%43.53%-
XYZ9.047.134.9-
YUV76.19117.73152.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=48.05%
G=26.84%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111625800.440.480.564.5331.3633.14
Hex6F3E3A02C303851f21
Octal1577672054607053741
Binary1101111111110111010010110011000011100010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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