#6D3B13

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

Shades of Peru Tan #6D3B13

Tints of Peru Tan #6D3B13

Color information

#6D3B13 (or 0x6D3B13) is unknown color: approx Peru Tan. HEX triplet: 6D, 3B and 13. RGB value is (109,59,19). Sum of RGB (Red+Green+Blue) = 109+59+19=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3B13 is #92C4EC. Grayscale: #454545. Windows color (decimal): -9618669 or 1260397. OLE color: 1260397.

HSL color Cylindrical-coordinate representation of color #6D3B13: hue angle of 26.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D3B13 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB1095919-
CMYK00.460.830.57
HSL26.67º70.31%25.1%-
HSV(B)26.67º82.57%42.75%-
XYZ7.996.431.44-
YUV69.3999.56156.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.29%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=58.29%
G=31.55%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109591900.460.830.5726.6770.3125.1
Hex6D3B1302E53391b4619
Octal1557323056123713310631
Binary1101101111011100110101110101001111100111011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,59,19); }

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

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

 a { background-color: rgb(109,59,19); }

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

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

 span { border-color: rgb(109,59,19); }

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