#6F3A1D

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

Shades of Peru Tan #6F3A1D

Tints of Peru Tan #6F3A1D

Color information

#6F3A1D (or 0x6F3A1D) is unknown color: approx Peru Tan. HEX triplet: 6F, 3A and 1D. RGB value is (111,58,29). Sum of RGB (Red+Green+Blue) = 111+58+29=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A1D is #90C5E2. Grayscale: #464646. Windows color (decimal): -9487843 or 1915503. OLE color: 1915503.

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

Color convert

RGB1115829-
CMYK00.480.740.56
HSL21.22º58.57%27.45%-
HSV(B)21.22º73.87%43.53%-
XYZ8.296.491.98-
YUV70.54104.56156.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.06%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=56.06%
G=29.29%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111582900.480.740.5621.2258.5727.45
Hex6F3A1D0304A38153b1b
Octal157723506011270257333
Binary110111111101011101011000010010101110001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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