#6F3C1A

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

Shades of Peru Tan #6F3C1A

Tints of Peru Tan #6F3C1A

Color information

#6F3C1A (or 0x6F3C1A) is unknown color: approx Peru Tan. HEX triplet: 6F, 3C and 1A. RGB value is (111,60,26). Sum of RGB (Red+Green+Blue) = 111+60+26=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C1A is #90C3E5. Grayscale: #474747. Windows color (decimal): -9487334 or 1719407. OLE color: 1719407.

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

Color convert

RGB1116026-
CMYK00.460.770.56
HSL24º62.04%26.86%-
HSV(B)24º76.58%43.53%-
XYZ8.366.691.83-
YUV71.37102.4156.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=56.35%
G=30.46%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111602600.460.770.562462.0426.86
Hex6F3C1A02E4D38183e1b
Octal157743205611570307633
Binary110111111110011010010111010011011110001100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,60,26); }

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

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

 a { background-color: rgb(111,60,26); }

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

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

 span { border-color: rgb(111,60,26); }

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