#6C391B

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

Shades of Peru Tan #6C391B

Tints of Peru Tan #6C391B

Color information

#6C391B (or 0x6C391B) is unknown color: approx Peru Tan. HEX triplet: 6C, 39 and 1B. RGB value is (108,57,27). Sum of RGB (Red+Green+Blue) = 108+57+27=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C391B is #93C6E4. Grayscale: #454545. Windows color (decimal): -9684709 or 1784172. OLE color: 1784172.

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

Color convert

RGB1085727-
CMYK00.470.750.58
HSL22.22º60%26.47%-
HSV(B)22.22º75%42.35%-
XYZ7.856.191.82-
YUV68.83104.4155.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.25%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=56.25%
G=29.69%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108572700.470.750.5822.226026.47
Hex6C391B02F4B3A163c1a
Octal154713305711372267432
Binary110110011100111011010111110010111110101011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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