#6F4C3A

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

Shades of Old Copper #6F4C3A

Tints of Old Copper #6F4C3A

Color information

#6F4C3A (or 0x6F4C3A) is unknown color: approx Old Copper. HEX triplet: 6F, 4C and 3A. RGB value is (111,76,58). Sum of RGB (Red+Green+Blue) = 111+76+58=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C3A is #90B3C5. Grayscale: #545454. Windows color (decimal): -9483206 or 3820655. OLE color: 3820655.

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

Color convert

RGB1117658-
CMYK00.320.480.56
HSL20.38º31.36%33.14%-
HSV(B)20.38º47.75%43.53%-
XYZ9.98.855.19-
YUV84.41113.1146.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=45.31%
G=31.02%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111765800.320.480.5620.3831.3633.14
Hex6F4C3A0203038141f21
Octal157114720406070243741
Binary1101111100110011101001000001100001110001010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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