#6F3914

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

Shades of Peru Tan #6F3914

Tints of Peru Tan #6F3914

Color information

#6F3914 (or 0x6F3914) is unknown color: approx Peru Tan. HEX triplet: 6F, 39 and 14. RGB value is (111,57,20). Sum of RGB (Red+Green+Blue) = 111+57+20=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3914 is #90C6EB. Grayscale: #454545. Windows color (decimal): -9488108 or 1325423. OLE color: 1325423.

HSL color Cylindrical-coordinate representation of color #6F3914: hue angle of 24.4º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F3914 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1115720-
CMYK00.490.820.56
HSL24.4º69.47%25.69%-
HSV(B)24.4º81.98%43.53%-
XYZ8.146.361.46-
YUV68.93100.39158.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=59.04%
G=30.32%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111572000.490.820.5624.469.4725.69
Hex6F3914031523818451a
Octal1577124061122703010532
Binary1101111111001101000110001101001011100011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,57,20); }

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

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

 a { background-color: rgb(111,57,20); }

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

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

 span { border-color: rgb(111,57,20); }

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