#6E3312

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

Shades of Peru Tan #6E3312

Tints of Peru Tan #6E3312

Color information

#6E3312 (or 0x6E3312) is unknown color: approx Peru Tan. HEX triplet: 6E, 33 and 12. RGB value is (110,51,18). Sum of RGB (Red+Green+Blue) = 110+51+18=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3312 is #91CCED. Grayscale: #414141. Windows color (decimal): -9555182 or 1192814. OLE color: 1192814.

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

Color convert

RGB1105118-
CMYK00.540.840.57
HSL21.52º71.88%25.1%-
HSV(B)21.52º83.64%43.14%-
XYZ7.725.731.27-
YUV64.88101.55160.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.45%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=61.45%
G=28.49%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110511800.540.840.5721.5271.8825.1
Hex6E33120365439164819
Octal1566322066124712611031
Binary1101110110011100100110110101010011100110110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,51,18); }

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

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

 a { background-color: rgb(110,51,18); }

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

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

 span { border-color: rgb(110,51,18); }

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