#6F3C1F

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

Shades of Peru Tan #6F3C1F

Tints of Peru Tan #6F3C1F

Color information

#6F3C1F (or 0x6F3C1F) is unknown color: approx Peru Tan. HEX triplet: 6F, 3C and 1F. RGB value is (111,60,31). Sum of RGB (Red+Green+Blue) = 111+60+31=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C1F is #90C3E0. Grayscale: #484848. Windows color (decimal): -9487329 or 2047087. OLE color: 2047087.

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

Color convert

RGB1116031-
CMYK00.460.720.56
HSL21.75º56.34%27.84%-
HSV(B)21.75º72.07%43.53%-
XYZ8.426.712.15-
YUV71.94104.9155.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 31 (12.5% from 255) = 15.35%
R=54.95%
G=29.70%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111603100.460.720.5621.7556.3427.84
Hex6F3C1F02E483816381c
Octal157743705611070267034
Binary110111111110011111010111010010001110001011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,60,31); }

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

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

 a { background-color: rgb(111,60,31); }

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

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

 span { border-color: rgb(111,60,31); }

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