#6F340F

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

Shades of Peru Tan #6F340F

Tints of Peru Tan #6F340F

Color information

#6F340F (or 0x6F340F) is unknown color: approx Peru Tan. HEX triplet: 6F, 34 and 0F. RGB value is (111,52,15). Sum of RGB (Red+Green+Blue) = 111+52+15=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F340F is #90CBF0. Grayscale: #414141. Windows color (decimal): -9489393 or 996463. OLE color: 996463.

HSL color Cylindrical-coordinate representation of color #6F340F: hue angle of 23.12º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F340F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1115215-
CMYK00.530.860.56
HSL23.12º76.19%24.71%-
HSV(B)23.12º86.49%43.53%-
XYZ7.875.871.17-
YUV65.4299.55160.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.36%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=62.36%
G=29.21%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111521500.530.860.5623.1276.1924.71
Hex6F34F0355638174c19
Octal1576417065126702711431
Binary110111111010011110110101101011011100010111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,15); }

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

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

 a { background-color: rgb(111,52,15); }

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

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

 span { border-color: rgb(111,52,15); }

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