#6E351A

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

Shades of Peru Tan #6E351A

Tints of Peru Tan #6E351A

Color information

#6E351A (or 0x6E351A) is unknown color: approx Peru Tan. HEX triplet: 6E, 35 and 1A. RGB value is (110,53,26). Sum of RGB (Red+Green+Blue) = 110+53+26=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E351A is #91CAE5. Grayscale: #434343. Windows color (decimal): -9554662 or 1717614. OLE color: 1717614.

HSL color Cylindrical-coordinate representation of color #6E351A: hue angle of 19.29º 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 #6E351A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1105326-
CMYK00.520.760.57
HSL19.29º61.76%26.67%-
HSV(B)19.29º76.36%43.14%-
XYZ7.895.941.71-
YUV66.96104.88158.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.20%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=58.20%
G=28.04%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110532600.520.760.5719.2961.7626.67
Hex6E351A0344C39133e1b
Octal156653206411471237633
Binary110111011010111010011010010011001110011001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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