#6F381C

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

Shades of Peru Tan #6F381C

Tints of Peru Tan #6F381C

Color information

#6F381C (or 0x6F381C) is unknown color: approx Peru Tan. HEX triplet: 6F, 38 and 1C. RGB value is (111,56,28). Sum of RGB (Red+Green+Blue) = 111+56+28=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F381C is #90C7E3. Grayscale: #454545. Windows color (decimal): -9488356 or 1849455. OLE color: 1849455.

HSL color Cylindrical-coordinate representation of color #6F381C: hue angle of 20.24º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F381C is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1115628-
CMYK00.500.750.56
HSL20.24º59.71%27.25%-
HSV(B)20.24º74.77%43.53%-
XYZ8.186.291.88-
YUV69.25104.72157.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=56.92%
G=28.72%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111562800.500.750.5620.2459.7127.25
Hex6F381C0324B38143c1b
Octal157703406211370247433
Binary110111111100011100011001010010111110001010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,56,28); }

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

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

 a { background-color: rgb(111,56,28); }

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

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

 span { border-color: rgb(111,56,28); }

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