#6D3411

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

Shades of Peru Tan #6D3411

Tints of Peru Tan #6D3411

Color information

#6D3411 (or 0x6D3411) is unknown color: approx Peru Tan. HEX triplet: 6D, 34 and 11. RGB value is (109,52,17). Sum of RGB (Red+Green+Blue) = 109+52+17=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3411 is #92CBEE. Grayscale: #414141. Windows color (decimal): -9620463 or 1127533. OLE color: 1127533.

HSL color Cylindrical-coordinate representation of color #6D3411: hue angle of 22.83º degrees, saturation: 0.73, 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 #6D3411 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB1095217-
CMYK00.520.840.57
HSL22.83º73.02%24.71%-
HSV(B)22.83º84.4%42.75%-
XYZ7.645.751.24-
YUV65.05100.88159.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.24%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=61.24%
G=29.21%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109521700.520.840.5722.8373.0224.71
Hex6D34110345439174919
Octal1556421064124712711131
Binary1101101110100100010110100101010011100110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,17); }

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

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

 a { background-color: rgb(109,52,17); }

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

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

 span { border-color: rgb(109,52,17); }

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