#6E3A18

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

Shades of Peru Tan #6E3A18

Tints of Peru Tan #6E3A18

Color information

#6E3A18 (or 0x6E3A18) is unknown color: approx Peru Tan. HEX triplet: 6E, 3A and 18. RGB value is (110,58,24). Sum of RGB (Red+Green+Blue) = 110+58+24=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3A18 is #91C5E7. Grayscale: #454545. Windows color (decimal): -9553384 or 1587822. OLE color: 1587822.

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

Color convert

RGB1105824-
CMYK00.470.780.57
HSL23.72º64.18%26.27%-
HSV(B)23.72º78.18%43.14%-
XYZ8.116.411.67-
YUV69.67102.23156.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.29%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=57.29%
G=30.21%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110582400.470.780.5723.7264.1826.27
Hex6E3A1802F4E3918401a
Octal1567230057116713010032
Binary1101110111010110000101111100111011100111000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,58,24); }

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

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

 a { background-color: rgb(110,58,24); }

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

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

 span { border-color: rgb(110,58,24); }

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