#6C3516

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

Shades of Peru Tan #6C3516

Tints of Peru Tan #6C3516

Color information

#6C3516 (or 0x6C3516) is unknown color: approx Peru Tan. HEX triplet: 6C, 35 and 16. RGB value is (108,53,22). Sum of RGB (Red+Green+Blue) = 108+53+22=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3516 is #93CAE9. Grayscale: #424242. Windows color (decimal): -9685738 or 1455468. OLE color: 1455468.

HSL color Cylindrical-coordinate representation of color #6C3516: hue angle of 21.63º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C3516 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1085322-
CMYK00.510.800.58
HSL21.63º66.15%25.49%-
HSV(B)21.63º79.63%42.35%-
XYZ7.65.791.48-
YUV65.91103.22158.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.02%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=59.02%
G=28.96%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108532200.510.800.5821.6366.1525.49
Hex6C3516033503A164219
Octal1546526063120722610231
Binary1101100110101101100110011101000011101010110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,53,22); }

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

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

 a { background-color: rgb(108,53,22); }

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

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

 span { border-color: rgb(108,53,22); }

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