#6F4C37

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

Shades of Old Copper #6F4C37

Tints of Old Copper #6F4C37

Color information

#6F4C37 (or 0x6F4C37) is unknown color: approx Old Copper. HEX triplet: 6F, 4C and 37. RGB value is (111,76,55). Sum of RGB (Red+Green+Blue) = 111+76+55=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C37 is #90B3C8. Grayscale: #545454. Windows color (decimal): -9483209 or 3624047. OLE color: 3624047.

HSL color Cylindrical-coordinate representation of color #6F4C37: hue angle of 22.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4C37 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1117655-
CMYK00.320.500.56
HSL22.5º33.73%32.55%-
HSV(B)22.5º50.45%43.53%-
XYZ9.838.824.8-
YUV84.07111.6147.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=45.87%
G=31.40%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111765500.320.500.5622.533.7332.55
Hex6F4C370203238172221
Octal157114670406270274241
Binary11011111001100110111010000011001011100010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,55); }

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

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

 a { background-color: rgb(111,76,55); }

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

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

 span { border-color: rgb(111,76,55); }

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