#6F3A1C

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

Shades of Peru Tan #6F3A1C

Tints of Peru Tan #6F3A1C

Color information

#6F3A1C (or 0x6F3A1C) is unknown color: approx Peru Tan. HEX triplet: 6F, 3A and 1C. RGB value is (111,58,28). Sum of RGB (Red+Green+Blue) = 111+58+28=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A1C is #90C5E3. Grayscale: #464646. Windows color (decimal): -9487844 or 1849967. OLE color: 1849967.

HSL color Cylindrical-coordinate representation of color #6F3A1C: hue angle of 21.69º 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 #6F3A1C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1115828-
CMYK00.480.750.56
HSL21.69º59.71%27.25%-
HSV(B)21.69º74.77%43.53%-
XYZ8.286.491.91-
YUV70.43104.06156.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=56.35%
G=29.44%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111582800.480.750.5621.6959.7127.25
Hex6F3A1C0304B38163c1b
Octal157723406011370267433
Binary110111111101011100011000010010111110001011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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