#6F4C35

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

Shades of Old Copper #6F4C35

Tints of Old Copper #6F4C35

Color information

#6F4C35 (or 0x6F4C35) is unknown color: approx Old Copper. HEX triplet: 6F, 4C and 35. RGB value is (111,76,53). Sum of RGB (Red+Green+Blue) = 111+76+53=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C35 is #90B3CA. Grayscale: #535353. Windows color (decimal): -9483211 or 3492975. OLE color: 3492975.

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

Color convert

RGB1117653-
CMYK00.320.520.56
HSL23.79º35.37%32.16%-
HSV(B)23.79º52.25%43.53%-
XYZ9.788.814.55-
YUV83.84110.6147.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=46.25%
G=31.67%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111765300.320.520.5623.7935.3732.16
Hex6F4C350203438182320
Octal157114650406470304340
Binary11011111001100110101010000011010011100011000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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