#6C3918

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

Shades of Peru Tan #6C3918

Tints of Peru Tan #6C3918

Color information

#6C3918 (or 0x6C3918) is unknown color: approx Peru Tan. HEX triplet: 6C, 39 and 18. RGB value is (108,57,24). Sum of RGB (Red+Green+Blue) = 108+57+24=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3918 is #93C6E7. Grayscale: #444444. Windows color (decimal): -9684712 or 1587564. OLE color: 1587564.

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

Color convert

RGB1085724-
CMYK00.470.780.58
HSL23.57º63.64%25.88%-
HSV(B)23.57º77.78%42.35%-
XYZ7.816.181.65-
YUV68.49102.9156.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=57.14%
G=30.16%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108572400.470.780.5823.5763.6425.88
Hex6C391802F4E3A18401a
Octal1547130057116723010032
Binary1101100111001110000101111100111011101011000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,24); }

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

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

 a { background-color: rgb(108,57,24); }

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

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

 span { border-color: rgb(108,57,24); }

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