#6F4C38

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

Shades of Old Copper #6F4C38

Tints of Old Copper #6F4C38

Color information

#6F4C38 (or 0x6F4C38) is unknown color: approx Old Copper. HEX triplet: 6F, 4C and 38. RGB value is (111,76,56). Sum of RGB (Red+Green+Blue) = 111+76+56=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C38 is #90B3C7. Grayscale: #545454. Windows color (decimal): -9483208 or 3689583. OLE color: 3689583.

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

Color convert

RGB1117656-
CMYK00.320.500.56
HSL21.82º32.93%32.75%-
HSV(B)21.82º49.55%43.53%-
XYZ9.858.834.93-
YUV84.18112.1147.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.68%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=45.68%
G=31.28%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111765600.320.500.5621.8232.9332.75
Hex6F4C380203238162121
Octal157114700406270264141
Binary11011111001100111000010000011001011100010110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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