#6E381D

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

Shades of Peru Tan #6E381D

Tints of Peru Tan #6E381D

Color information

#6E381D (or 0x6E381D) is unknown color: approx Peru Tan. HEX triplet: 6E, 38 and 1D. RGB value is (110,56,29). Sum of RGB (Red+Green+Blue) = 110+56+29=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E381D is #91C7E2. Grayscale: #454545. Windows color (decimal): -9553891 or 1914990. OLE color: 1914990.

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

Color convert

RGB1105629-
CMYK00.490.740.57
HSL20º58.27%27.25%-
HSV(B)20º73.64%43.14%-
XYZ8.076.231.94-
YUV69.07105.39157.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.41%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 29 (11.72% from 255) = 14.87%
R=56.41%
G=28.72%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110562900.490.740.572058.2727.25
Hex6E381D0314A39143a1b
Octal156703506111271247233
Binary110111011100011101011000110010101110011010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,56,29); }

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

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

 a { background-color: rgb(110,56,29); }

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

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

 span { border-color: rgb(110,56,29); }

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