#6E3513

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

Shades of Peru Tan #6E3513

Tints of Peru Tan #6E3513

Color information

#6E3513 (or 0x6E3513) is unknown color: approx Peru Tan. HEX triplet: 6E, 35 and 13. RGB value is (110,53,19). Sum of RGB (Red+Green+Blue) = 110+53+19=182 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.44% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3513 is #91CAEC. Grayscale: #424242. Windows color (decimal): -9554669 or 1258862. OLE color: 1258862.

HSL color Cylindrical-coordinate representation of color #6E3513: hue angle of 22.42º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E3513 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB1105319-
CMYK00.520.830.57
HSL22.42º70.54%25.29%-
HSV(B)22.42º82.73%43.14%-
XYZ7.825.911.34-
YUV66.17101.38159.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.44%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=60.44%
G=29.12%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110531900.520.830.5722.4270.5425.29
Hex6E35130345339164719
Octal1566523064123712610731
Binary1101110110101100110110100101001111100110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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