#6F3B36

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

Shades of Metallic Copper #6F3B36

Tints of Metallic Copper #6F3B36

Color information

#6F3B36 (or 0x6F3B36) is unknown color: approx Metallic Copper. HEX triplet: 6F, 3B and 36. RGB value is (111,59,54). Sum of RGB (Red+Green+Blue) = 111+59+54=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B36 is #90C4C9. Grayscale: #4A4A4A. Windows color (decimal): -9487562 or 3554159. OLE color: 3554159.

HSL color Cylindrical-coordinate representation of color #6F3B36: hue angle of 5.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F3B36 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1115954-
CMYK00.470.510.56
HSL5.26º34.55%32.35%-
HSV(B)5.26º51.35%43.53%-
XYZ8.796.774.33-
YUV73.98116.73154.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=49.55%
G=26.34%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111595400.470.510.565.2634.5532.35
Hex6F3B3602F333852320
Octal1577366057637054340
Binary11011111110111101100101111110011111000101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,59,54); }

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

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

 a { background-color: rgb(111,59,54); }

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

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

 span { border-color: rgb(111,59,54); }

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