#6F3419

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

Shades of Peru Tan #6F3419

Tints of Peru Tan #6F3419

Color information

#6F3419 (or 0x6F3419) is unknown color: approx Peru Tan. HEX triplet: 6F, 34 and 19. RGB value is (111,52,25). Sum of RGB (Red+Green+Blue) = 111+52+25=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3419 is #90CBE6. Grayscale: #424242. Windows color (decimal): -9489383 or 1651823. OLE color: 1651823.

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

Color convert

RGB1115225-
CMYK00.530.770.56
HSL18.84º63.24%26.67%-
HSV(B)18.84º77.48%43.53%-
XYZ7.965.911.64-
YUV66.56104.55159.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=59.04%
G=27.66%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111522500.530.770.5618.8463.2426.67
Hex6F34190354D38133f1b
Octal157643106511570237733
Binary110111111010011001011010110011011110001001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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