#6F3619

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

Shades of Peru Tan #6F3619

Tints of Peru Tan #6F3619

Color information

#6F3619 (or 0x6F3619) is unknown color: approx Peru Tan. HEX triplet: 6F, 36 and 19. RGB value is (111,54,25). Sum of RGB (Red+Green+Blue) = 111+54+25=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3619 is #90C9E6. Grayscale: #434343. Windows color (decimal): -9488871 or 1652335. OLE color: 1652335.

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

Color convert

RGB1115425-
CMYK00.510.770.56
HSL20.23º63.24%26.67%-
HSV(B)20.23º77.48%43.53%-
XYZ8.056.091.67-
YUV67.74103.88158.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=58.42%
G=28.42%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111542500.510.770.5620.2363.2426.67
Hex6F36190334D38143f1b
Octal157663106311570247733
Binary110111111011011001011001110011011110001010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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