#6F3D1F

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

Shades of Peru Tan #6F3D1F

Tints of Peru Tan #6F3D1F

Color information

#6F3D1F (or 0x6F3D1F) is unknown color: approx Peru Tan. HEX triplet: 6F, 3D and 1F. RGB value is (111,61,31). Sum of RGB (Red+Green+Blue) = 111+61+31=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D1F is #90C2E0. Grayscale: #484848. Windows color (decimal): -9487073 or 2047343. OLE color: 2047343.

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

Color convert

RGB1116131-
CMYK00.450.720.56
HSL22.5º56.34%27.84%-
HSV(B)22.5º72.07%43.53%-
XYZ8.476.822.17-
YUV72.53104.56155.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=54.68%
G=30.05%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111613100.450.720.5622.556.3427.84
Hex6F3D1F02D483816381c
Octal157753705511070267034
Binary110111111110111111010110110010001110001011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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