#6D351A

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

Shades of Peru Tan #6D351A

Tints of Peru Tan #6D351A

Color information

#6D351A (or 0x6D351A) is unknown color: approx Peru Tan. HEX triplet: 6D, 35 and 1A. RGB value is (109,53,26). Sum of RGB (Red+Green+Blue) = 109+53+26=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D351A is #92CAE5. Grayscale: #424242. Windows color (decimal): -9620198 or 1717613. OLE color: 1717613.

HSL color Cylindrical-coordinate representation of color #6D351A: hue angle of 19.52º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D351A is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1095326-
CMYK00.510.760.57
HSL19.52º61.48%26.47%-
HSV(B)19.52º76.15%42.75%-
XYZ7.775.871.7-
YUV66.67105.05158.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.98%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=57.98%
G=28.19%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109532600.510.760.5719.5261.4826.47
Hex6D351A0334C39143d1a
Octal155653206311471247532
Binary110110111010111010011001110011001110011010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,53,26); }

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

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

 a { background-color: rgb(109,53,26); }

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

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

 span { border-color: rgb(109,53,26); }

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