#6D361A

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

Shades of Peru Tan #6D361A

Tints of Peru Tan #6D361A

Color information

#6D361A (or 0x6D361A) is unknown color: approx Peru Tan. HEX triplet: 6D, 36 and 1A. RGB value is (109,54,26). Sum of RGB (Red+Green+Blue) = 109+54+26=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D361A is #92C9E5. Grayscale: #434343. Windows color (decimal): -9619942 or 1717869. OLE color: 1717869.

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

Color convert

RGB1095426-
CMYK00.500.760.57
HSL20.24º61.48%26.47%-
HSV(B)20.24º76.15%42.75%-
XYZ7.815.961.72-
YUV67.25104.72157.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.67%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=57.67%
G=28.57%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109542600.500.760.5720.2461.4826.47
Hex6D361A0324C39143d1a
Octal155663206211471247532
Binary110110111011011010011001010011001110011010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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