#6A3719

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

Shades of Peru Tan #6A3719

Tints of Peru Tan #6A3719

Color information

#6A3719 (or 0x6A3719) is unknown color: approx Peru Tan. HEX triplet: 6A, 37 and 19. RGB value is (106,55,25). Sum of RGB (Red+Green+Blue) = 106+55+25=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3719 is #95C8E6. Grayscale: #434343. Windows color (decimal): -9816295 or 1652586. OLE color: 1652586.

HSL color Cylindrical-coordinate representation of color #6A3719: hue angle of 22.22º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A3719 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1065525-
CMYK00.480.760.58
HSL22.22º61.83%25.69%-
HSV(B)22.22º76.42%41.57%-
XYZ7.495.871.66-
YUV66.83104.4155.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.99%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=56.99%
G=29.57%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106552500.480.760.5822.2261.8325.69
Hex6A37190304C3A163e1a
Octal152673106011472267632
Binary110101011011111001011000010011001110101011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,55,25); }

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

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

 a { background-color: rgb(106,55,25); }

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

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

 span { border-color: rgb(106,55,25); }

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