#6F2E11

Color #6F2E11 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #6F2E11

Tints of Peru Tan #6F2E11

Color information

#6F2E11 (or 0x6F2E11) is unknown color: approx Peru Tan. HEX triplet: 6F, 2E and 11. RGB value is (111,46,17). Sum of RGB (Red+Green+Blue) = 111+46+17=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2E11 is #90D1EE. Grayscale: #3E3E3E. Windows color (decimal): -9490927 or 1125999. OLE color: 1125999.

HSL color Cylindrical-coordinate representation of color #6F2E11: hue angle of 18.51º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F2E11 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1114617-
CMYK00.590.850.56
HSL18.51º73.44%25.1%-
HSV(B)18.51º84.68%43.53%-
XYZ7.635.371.17-
YUV62.13102.53162.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.79%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=63.79%
G=26.44%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111461700.590.850.5618.5173.4425.1
Hex6F2E1103B5538134919
Octal1575621073125702311131
Binary1101111101110100010111011101010111100010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,46,17); }

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

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

 a { background-color: rgb(111,46,17); }

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

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

 span { border-color: rgb(111,46,17); }

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