#6d3711

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

Shades of Peru Tan #6D3711

Tints of Peru Tan #6D3711

Color information

#6D3711 (or 0x6D3711) is unknown color: approx Peru Tan. HEX triplet: 6D, 37 and 11. RGB value is (109,55,17). Sum of RGB (Red+Green+Blue) = 109+55+17=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3711 is #92C8EE. Grayscale: #434343. Windows color (decimal): -9619695 or 1128301. OLE color: 1128301.

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

Color convert

RGB1095517-
CMYK00.500.840.57
HSL24.78º73.02%24.71%-
HSV(B)24.78º84.4%42.75%-
XYZ7.776.021.28-
YUV66.8199.89158.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 60.22%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=60.22%
G=30.39%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109551700.500.840.5724.7873.0224.71
Hex6D37110325439194919
Octal1556721062124713111131
Binary1101101110111100010110010101010011100111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d3711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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