#6C3A11

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

Shades of Peru Tan #6C3A11

Tints of Peru Tan #6C3A11

Color information

#6C3A11 (or 0x6C3A11) is unknown color: approx Peru Tan. HEX triplet: 6C, 3A and 11. RGB value is (108,58,17). Sum of RGB (Red+Green+Blue) = 108+58+17=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3A11 is #93C5EE. Grayscale: #444444. Windows color (decimal): -9684463 or 1129068. OLE color: 1129068.

HSL color Cylindrical-coordinate representation of color #6C3A11: hue angle of 27.03º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C3A11 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1085817-
CMYK00.460.840.58
HSL27.03º72.8%24.51%-
HSV(B)27.03º84.26%42.35%-
XYZ7.86.251.33-
YUV68.2899.06156.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.02%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=59.02%
G=31.69%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108581700.460.840.5827.0372.824.51
Hex6C3A1102E543A1b4919
Octal1547221056124723311131
Binary1101100111010100010101110101010011101011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,17); }

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

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

 a { background-color: rgb(108,58,17); }

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

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

 span { border-color: rgb(108,58,17); }

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