#6F331A

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

Shades of Peru Tan #6F331A

Tints of Peru Tan #6F331A

Color information

#6F331A (or 0x6F331A) is unknown color: approx Peru Tan. HEX triplet: 6F, 33 and 1A. RGB value is (111,51,26). Sum of RGB (Red+Green+Blue) = 111+51+26=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F331A is #90CCE5. Grayscale: #424242. Windows color (decimal): -9489638 or 1717103. OLE color: 1717103.

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

Color convert

RGB1115126-
CMYK00.540.770.56
HSL17.65º62.04%26.86%-
HSV(B)17.65º76.58%43.53%-
XYZ7.935.821.68-
YUV66.09105.38160.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=59.04%
G=27.13%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111512600.540.770.5617.6562.0426.86
Hex6F331A0364D38123e1b
Octal157633206611570227633
Binary110111111001111010011011010011011110001001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,26); }

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

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

 a { background-color: rgb(111,51,26); }

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

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

 span { border-color: rgb(111,51,26); }

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