#6F533A

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

Shades of Old Copper #6F533A

Tints of Old Copper #6F533A

Color information

#6F533A (or 0x6F533A) is unknown color: approx Old Copper. HEX triplet: 6F, 53 and 3A. RGB value is (111,83,58). Sum of RGB (Red+Green+Blue) = 111+83+58=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F533A is #90ACC5. Grayscale: #585858. Windows color (decimal): -9481414 or 3822447. OLE color: 3822447.

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

Color convert

RGB1118358-
CMYK00.250.480.56
HSL28.3º31.36%33.14%-
HSV(B)28.3º47.75%43.53%-
XYZ10.419.875.36-
YUV88.52110.78144.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=44.05%
G=32.94%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111835800.250.480.5628.331.3633.14
Hex6F533A01930381c1f21
Octal157123720316070343741
Binary110111110100111110100110011100001110001110011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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