#6B464E

Color #6B464E Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #6B464E

Tints of Tawny Port #6B464E

Color information

#6B464E (or 0x6B464E) is unknown color: approx Tawny Port. HEX triplet: 6B, 46 and 4E. RGB value is (107,70,78). Sum of RGB (Red+Green+Blue) = 107+70+78=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B464E is #94B9B1. Grayscale: #515151. Windows color (decimal): -9746866 or 5129835. OLE color: 5129835.

HSL color Cylindrical-coordinate representation of color #6B464E: hue angle of 347.03º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B464E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1077078-
CMYK00.350.270.58
HSL347.03º20.9%34.71%-
HSV(B)347.03º34.58%41.96%-
XYZ9.638.068.26-
YUV81.98125.76145.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.96%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=41.96%
G=27.45%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107707800.350.270.58347.0320.934.71
Hex6B464E0231B3A15b1523
Octal15310611604333725332543
Binary11010111000110100111001000111101111101010101101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,70,78); }

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

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

 a { background-color: rgb(107,70,78); }

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

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

 span { border-color: rgb(107,70,78); }

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