#6F3315

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

Shades of Peru Tan #6F3315

Tints of Peru Tan #6F3315

Color information

#6F3315 (or 0x6F3315) is unknown color: approx Peru Tan. HEX triplet: 6F, 33 and 15. RGB value is (111,51,21). Sum of RGB (Red+Green+Blue) = 111+51+21=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3315 is #90CCEA. Grayscale: #414141. Windows color (decimal): -9489643 or 1389423. OLE color: 1389423.

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

Color convert

RGB1115121-
CMYK00.540.810.56
HSL20º68.18%25.88%-
HSV(B)20º81.08%43.53%-
XYZ7.875.81.41-
YUV65.52102.88160.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.66%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=60.66%
G=27.87%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111512100.540.810.562068.1825.88
Hex6F3315036513814441a
Octal1576325066121702410432
Binary1101111110011101010110110101000111100010100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,21); }

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

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

 a { background-color: rgb(111,51,21); }

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

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

 span { border-color: rgb(111,51,21); }

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