#6F3716

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

Shades of Peru Tan #6F3716

Tints of Peru Tan #6F3716

Color information

#6F3716 (or 0x6F3716) is unknown color: approx Peru Tan. HEX triplet: 6F, 37 and 16. RGB value is (111,55,22). Sum of RGB (Red+Green+Blue) = 111+55+22=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3716 is #90C8E9. Grayscale: #444444. Windows color (decimal): -9488618 or 1455983. OLE color: 1455983.

HSL color Cylindrical-coordinate representation of color #6F3716: hue angle of 22.25º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F3716 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1115522-
CMYK00.500.800.56
HSL22.25º66.92%26.08%-
HSV(B)22.25º80.18%43.53%-
XYZ8.076.171.52-
YUV67.98102.05158.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=59.04%
G=29.26%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111552200.500.800.5622.2566.9226.08
Hex6F3716032503816431a
Octal1576726062120702610332
Binary1101111110111101100110010101000011100010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,22); }

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

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

 a { background-color: rgb(111,55,22); }

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

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

 span { border-color: rgb(111,55,22); }

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