#6D2F15

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

Shades of Peru Tan #6D2F15

Tints of Peru Tan #6D2F15

Color information

#6D2F15 (or 0x6D2F15) is unknown color: approx Peru Tan. HEX triplet: 6D, 2F and 15. RGB value is (109,47,21). Sum of RGB (Red+Green+Blue) = 109+47+21=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2F15 is #92D0EA. Grayscale: #3E3E3E. Windows color (decimal): -9621739 or 1388397. OLE color: 1388397.

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

Color convert

RGB1094721-
CMYK00.570.810.57
HSL17.73º67.69%25.49%-
HSV(B)17.73º80.73%42.75%-
XYZ7.465.341.35-
YUV62.57104.54161.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.58%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=61.58%
G=26.55%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109472100.570.810.5717.7367.6925.49
Hex6D2F150395139124419
Octal1555725071121712210431
Binary1101101101111101010111001101000111100110010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,47,21); }

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

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

 a { background-color: rgb(109,47,21); }

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

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

 span { border-color: rgb(109,47,21); }

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