#6F5035

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

Shades of Old Copper #6F5035

Tints of Old Copper #6F5035

Color information

#6F5035 (or 0x6F5035) is unknown color: approx Old Copper. HEX triplet: 6F, 50 and 35. RGB value is (111,80,53). Sum of RGB (Red+Green+Blue) = 111+80+53=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5035 is #90AFCA. Grayscale: #565656. Windows color (decimal): -9482187 or 3493999. OLE color: 3493999.

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

Color convert

RGB1118053-
CMYK00.280.520.56
HSL27.93º35.37%32.16%-
HSV(B)27.93º52.25%43.53%-
XYZ10.079.374.65-
YUV86.19109.27145.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=45.49%
G=32.79%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111805300.280.520.5627.9335.3732.16
Hex6F503501C34381c2320
Octal157120650346470344340
Binary1101111101000011010101110011010011100011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,53); }

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

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

 a { background-color: rgb(111,80,53); }

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

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

 span { border-color: rgb(111,80,53); }

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