#6F3610

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

Shades of Peru Tan #6F3610

Tints of Peru Tan #6F3610

Color information

#6F3610 (or 0x6F3610) is unknown color: approx Peru Tan. HEX triplet: 6F, 36 and 10. RGB value is (111,54,16). Sum of RGB (Red+Green+Blue) = 111+54+16=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3610 is #90C9EF. Grayscale: #424242. Windows color (decimal): -9488880 or 1062511. OLE color: 1062511.

HSL color Cylindrical-coordinate representation of color #6F3610: hue angle of 24º degrees, saturation: 0.75, 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 #6F3610 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1115416-
CMYK00.510.860.56
HSL24º74.8%24.9%-
HSV(B)24º85.59%43.53%-
XYZ7.976.061.24-
YUV66.7199.38159.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=61.33%
G=29.83%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111541600.510.860.562474.824.9
Hex6F36100335638184b19
Octal1576620063126703011331
Binary1101111110110100000110011101011011100011000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,16); }

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

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

 a { background-color: rgb(111,54,16); }

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

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

 span { border-color: rgb(111,54,16); }

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