#6C3712

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

Shades of Peru Tan #6C3712

Tints of Peru Tan #6C3712

Color information

#6C3712 (or 0x6C3712) is unknown color: approx Peru Tan. HEX triplet: 6C, 37 and 12. RGB value is (108,55,18). Sum of RGB (Red+Green+Blue) = 108+55+18=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3712 is #93C8ED. Grayscale: #424242. Windows color (decimal): -9685230 or 1193836. OLE color: 1193836.

HSL color Cylindrical-coordinate representation of color #6C3712: hue angle of 24.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C3712 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB1085518-
CMYK00.490.830.58
HSL24.67º71.43%24.71%-
HSV(B)24.67º83.33%42.35%-
XYZ7.665.961.32-
YUV66.63100.56157.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.67%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=59.67%
G=30.39%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108551800.490.830.5824.6771.4324.71
Hex6C3712031533A194719
Octal1546722061123723110731
Binary1101100110111100100110001101001111101011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,18); }

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

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

 a { background-color: rgb(108,55,18); }

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

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

 span { border-color: rgb(108,55,18); }

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