#6F391E

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

Shades of Peru Tan #6F391E

Tints of Peru Tan #6F391E

Color information

#6F391E (or 0x6F391E) is unknown color: approx Peru Tan. HEX triplet: 6F, 39 and 1E. RGB value is (111,57,30). Sum of RGB (Red+Green+Blue) = 111+57+30=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F391E is #90C6E1. Grayscale: #464646. Windows color (decimal): -9488098 or 1980783. OLE color: 1980783.

HSL color Cylindrical-coordinate representation of color #6F391E: hue angle of 20º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F391E is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1115730-
CMYK00.490.730.56
HSL20º57.45%27.65%-
HSV(B)20º72.97%43.53%-
XYZ8.256.42.03-
YUV70.07105.39157.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.06%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=56.06%
G=28.79%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111573000.490.730.562057.4527.65
Hex6F391E031493814391c
Octal157713606111170247134
Binary110111111100111110011000110010011110001010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,57,30); }

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

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

 a { background-color: rgb(111,57,30); }

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

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

 span { border-color: rgb(111,57,30); }

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