#6B391A

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

Shades of Peru Tan #6B391A

Tints of Peru Tan #6B391A

Color information

#6B391A (or 0x6B391A) is unknown color: approx Peru Tan. HEX triplet: 6B, 39 and 1A. RGB value is (107,57,26). Sum of RGB (Red+Green+Blue) = 107+57+26=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B391A is #94C6E5. Grayscale: #444444. Windows color (decimal): -9750246 or 1718635. OLE color: 1718635.

HSL color Cylindrical-coordinate representation of color #6B391A: hue angle of 22.96º degrees, saturation: 0.61, 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 #6B391A is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1075726-
CMYK00.470.760.58
HSL22.96º60.9%26.08%-
HSV(B)22.96º75.7%41.96%-
XYZ7.716.131.75-
YUV68.42104.06155.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=56.32%
G=30%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107572600.470.760.5822.9660.926.08
Hex6B391A02F4C3A173d1a
Octal153713205711472277532
Binary110101111100111010010111110011001110101011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,57,26); }

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

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

 a { background-color: rgb(107,57,26); }

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

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

 span { border-color: rgb(107,57,26); }

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