#6F361A

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

Shades of Peru Tan #6F361A

Tints of Peru Tan #6F361A

Color information

#6F361A (or 0x6F361A) is unknown color: approx Peru Tan. HEX triplet: 6F, 36 and 1A. RGB value is (111,54,26). Sum of RGB (Red+Green+Blue) = 111+54+26=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F361A is #90C9E5. Grayscale: #444444. Windows color (decimal): -9488870 or 1717871. OLE color: 1717871.

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

Color convert

RGB1115426-
CMYK00.510.770.56
HSL19.76º62.04%26.86%-
HSV(B)19.76º76.58%43.53%-
XYZ8.066.091.73-
YUV67.85104.38158.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=58.12%
G=28.27%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111542600.510.770.5619.7662.0426.86
Hex6F361A0334D38143e1b
Octal157663206311570247633
Binary110111111011011010011001110011011110001010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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