#6D3418

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

Shades of Peru Tan #6D3418

Tints of Peru Tan #6D3418

Color information

#6D3418 (or 0x6D3418) is unknown color: approx Peru Tan. HEX triplet: 6D, 34 and 18. RGB value is (109,52,24). Sum of RGB (Red+Green+Blue) = 109+52+24=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3418 is #92CBE7. Grayscale: #424242. Windows color (decimal): -9620456 or 1586285. OLE color: 1586285.

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

Color convert

RGB1095224-
CMYK00.520.780.57
HSL19.76º63.91%26.08%-
HSV(B)19.76º77.98%42.75%-
XYZ7.75.771.57-
YUV65.85104.38158.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.92%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=58.92%
G=28.11%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109522400.520.780.5719.7663.9126.08
Hex6D34180344E3914401a
Octal1556430064116712410032
Binary1101101110100110000110100100111011100110100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,24); }

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

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

 a { background-color: rgb(109,52,24); }

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

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

 span { border-color: rgb(109,52,24); }

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