#6E3519

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

Shades of Peru Tan #6E3519

Tints of Peru Tan #6E3519

Color information

#6E3519 (or 0x6E3519) is unknown color: approx Peru Tan. HEX triplet: 6E, 35 and 19. RGB value is (110,53,25). Sum of RGB (Red+Green+Blue) = 110+53+25=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3519 is #91CAE6. Grayscale: #434343. Windows color (decimal): -9554663 or 1652078. OLE color: 1652078.

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

Color convert

RGB1105325-
CMYK00.520.770.57
HSL19.76º62.96%26.47%-
HSV(B)19.76º77.27%43.14%-
XYZ7.885.931.65-
YUV66.85104.38158.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.51%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=58.51%
G=28.19%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110532500.520.770.5719.7662.9626.47
Hex6E35190344D39143f1a
Octal156653106411571247732
Binary110111011010111001011010010011011110011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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