#6E391A

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

Shades of Peru Tan #6E391A

Tints of Peru Tan #6E391A

Color information

#6E391A (or 0x6E391A) is unknown color: approx Peru Tan. HEX triplet: 6E, 39 and 1A. RGB value is (110,57,26). Sum of RGB (Red+Green+Blue) = 110+57+26=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E391A is #91C6E5. Grayscale: #454545. Windows color (decimal): -9553638 or 1718638. OLE color: 1718638.

HSL color Cylindrical-coordinate representation of color #6E391A: hue angle of 22.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E391A is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1105726-
CMYK00.480.760.57
HSL22.14º61.76%26.67%-
HSV(B)22.14º76.36%43.14%-
XYZ8.086.321.77-
YUV69.31103.56157.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.99%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=56.99%
G=29.53%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110572600.480.760.5722.1461.7626.67
Hex6E391A0304C39163e1b
Octal156713206011471267633
Binary110111011100111010011000010011001110011011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,57,26); }

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

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

 a { background-color: rgb(110,57,26); }

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

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

 span { border-color: rgb(110,57,26); }

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