#6F503A

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

Shades of Old Copper #6F503A

Tints of Old Copper #6F503A

Color information

#6F503A (or 0x6F503A) is unknown color: approx Old Copper. HEX triplet: 6F, 50 and 3A. RGB value is (111,80,58). Sum of RGB (Red+Green+Blue) = 111+80+58=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F503A is #90AFC5. Grayscale: #565656. Windows color (decimal): -9482182 or 3821679. OLE color: 3821679.

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

Color convert

RGB1118058-
CMYK00.280.480.56
HSL24.91º31.36%33.14%-
HSV(B)24.91º47.75%43.53%-
XYZ10.199.425.28-
YUV86.76111.77145.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=44.58%
G=32.13%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111805800.280.480.5624.9131.3633.14
Hex6F503A01C3038191f21
Octal157120720346070313741
Binary110111110100001110100111001100001110001100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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