#6F3D1C

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

Shades of Peru Tan #6F3D1C

Tints of Peru Tan #6F3D1C

Color information

#6F3D1C (or 0x6F3D1C) is unknown color: approx Peru Tan. HEX triplet: 6F, 3D and 1C. RGB value is (111,61,28). Sum of RGB (Red+Green+Blue) = 111+61+28=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D1C is #90C2E3. Grayscale: #484848. Windows color (decimal): -9487076 or 1850735. OLE color: 1850735.

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

Color convert

RGB1116128-
CMYK00.450.750.56
HSL23.86º59.71%27.25%-
HSV(B)23.86º74.77%43.53%-
XYZ8.436.81.97-
YUV72.19103.06155.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.5%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 28 (11.33% from 255) = 14%
R=55.5%
G=30.5%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111612800.450.750.5623.8659.7127.25
Hex6F3D1C02D4B38183c1b
Octal157753405511370307433
Binary110111111110111100010110110010111110001100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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