#6C391A

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

Shades of Peru Tan #6C391A

Tints of Peru Tan #6C391A

Color information

#6C391A (or 0x6C391A) is unknown color: approx Peru Tan. HEX triplet: 6C, 39 and 1A. RGB value is (108,57,26). Sum of RGB (Red+Green+Blue) = 108+57+26=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C391A is #93C6E5. Grayscale: #444444. Windows color (decimal): -9684710 or 1718636. OLE color: 1718636.

HSL color Cylindrical-coordinate representation of color #6C391A: hue angle of 22.68º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C391A is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1085726-
CMYK00.470.760.58
HSL22.68º61.19%26.27%-
HSV(B)22.68º75.93%42.35%-
XYZ7.836.191.76-
YUV68.72103.9156.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.54%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=56.54%
G=29.84%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108572600.470.760.5822.6861.1926.27
Hex6C391A02F4C3A173d1a
Octal154713205711472277532
Binary110110011100111010010111110011001110101011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,26); }

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

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

 a { background-color: rgb(108,57,26); }

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

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

 span { border-color: rgb(108,57,26); }

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