#6E3319

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

Shades of Peru Tan #6E3319

Tints of Peru Tan #6E3319

Color information

#6E3319 (or 0x6E3319) is unknown color: approx Peru Tan. HEX triplet: 6E, 33 and 19. RGB value is (110,51,25). Sum of RGB (Red+Green+Blue) = 110+51+25=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3319 is #91CCE6. Grayscale: #414141. Windows color (decimal): -9555175 or 1651566. OLE color: 1651566.

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

Color convert

RGB1105125-
CMYK00.540.770.57
HSL18.35º62.96%26.47%-
HSV(B)18.35º77.27%43.14%-
XYZ7.795.751.62-
YUV65.68105.05159.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 59.14%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=59.14%
G=27.42%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110512500.540.770.5718.3562.9626.47
Hex6E33190364D39123f1a
Octal156633106611571227732
Binary110111011001111001011011010011011110011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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