#6C3416

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

Shades of Peru Tan #6C3416

Tints of Peru Tan #6C3416

Color information

#6C3416 (or 0x6C3416) is unknown color: approx Peru Tan. HEX triplet: 6C, 34 and 16. RGB value is (108,52,22). Sum of RGB (Red+Green+Blue) = 108+52+22=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3416 is #93CBE9. Grayscale: #414141. Windows color (decimal): -9685994 or 1455212. OLE color: 1455212.

HSL color Cylindrical-coordinate representation of color #6C3416: hue angle of 20.93º 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 #6C3416 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1085222-
CMYK00.520.800.58
HSL20.93º66.15%25.49%-
HSV(B)20.93º79.63%42.35%-
XYZ7.565.71.46-
YUV65.32103.55158.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.34%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=59.34%
G=28.57%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108522200.520.800.5820.9366.1525.49
Hex6C3416034503A154219
Octal1546426064120722510231
Binary1101100110100101100110100101000011101010101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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