#6F412F

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

Shades of Copper Canyon #6F412F

Tints of Copper Canyon #6F412F

Color information

#6F412F (or 0x6F412F) is unknown color: approx Copper Canyon. HEX triplet: 6F, 41 and 2F. RGB value is (111,65,47). Sum of RGB (Red+Green+Blue) = 111+65+47=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F412F is #90BED0. Grayscale: #4C4C4C. Windows color (decimal): -9486033 or 3096943. OLE color: 3096943.

HSL color Cylindrical-coordinate representation of color #6F412F: hue angle of 16.88º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F412F is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1116547-
CMYK00.410.580.56
HSL16.88º40.51%30.98%-
HSV(B)16.88º57.66%43.53%-
XYZ8.967.373.64-
YUV76.7111.24152.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=49.78%
G=29.15%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111654700.410.580.5616.8840.5130.98
Hex6F412F0293A3811291f
Octal157101570517270215137
Binary1101111100000110111101010011110101110001000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,47); }

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

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

 a { background-color: rgb(111,65,47); }

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

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

 span { border-color: rgb(111,65,47); }

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