#6F513C

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

Shades of Old Copper #6F513C

Tints of Old Copper #6F513C

Color information

#6F513C (or 0x6F513C) is unknown color: approx Old Copper. HEX triplet: 6F, 51 and 3C. RGB value is (111,81,60). Sum of RGB (Red+Green+Blue) = 111+81+60=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F513C is #90AEC3. Grayscale: #575757. Windows color (decimal): -9481924 or 3953007. OLE color: 3953007.

HSL color Cylindrical-coordinate representation of color #6F513C: hue angle of 24.71º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F513C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1118160-
CMYK00.270.460.56
HSL24.71º29.82%33.53%-
HSV(B)24.71º45.95%43.53%-
XYZ10.319.595.58-
YUV87.58112.44144.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=44.05%
G=32.14%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111816000.270.460.5624.7129.8233.53
Hex6F513C01B2E38191e22
Octal157121740335670313642
Binary110111110100011111000110111011101110001100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,60); }

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

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

 a { background-color: rgb(111,81,60); }

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

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

 span { border-color: rgb(111,81,60); }

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