#6F401C

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

Shades of Peru Tan #6F401C

Tints of Peru Tan #6F401C

Color information

#6F401C (or 0x6F401C) is unknown color: approx Peru Tan. HEX triplet: 6F, 40 and 1C. RGB value is (111,64,28). Sum of RGB (Red+Green+Blue) = 111+64+28=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F401C is #90BFE3. Grayscale: #4A4A4A. Windows color (decimal): -9486308 or 1851503. OLE color: 1851503.

HSL color Cylindrical-coordinate representation of color #6F401C: hue angle of 26.02º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F401C is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1116428-
CMYK00.420.750.56
HSL26.02º59.71%27.25%-
HSV(B)26.02º74.77%43.53%-
XYZ8.67.132.02-
YUV73.95102.07154.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=54.68%
G=31.53%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111642800.420.750.5626.0259.7127.25
Hex6F401C02A4B381a3c1b
Octal1571003405211370327433
Binary1101111100000011100010101010010111110001101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,28); }

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

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

 a { background-color: rgb(111,64,28); }

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

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

 span { border-color: rgb(111,64,28); }

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