#6B414E

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

Shades of Tawny Port #6B414E

Tints of Tawny Port #6B414E

Color information

#6B414E (or 0x6B414E) is unknown color: approx Tawny Port. HEX triplet: 6B, 41 and 4E. RGB value is (107,65,78). Sum of RGB (Red+Green+Blue) = 107+65+78=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B414E is #94BEB1. Grayscale: #4F4F4F. Windows color (decimal): -9748146 or 5128555. OLE color: 5128555.

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

Color convert

RGB1076578-
CMYK00.390.270.58
HSL341.43º24.42%33.73%-
HSV(B)341.43º39.25%41.96%-
XYZ9.337.468.16-
YUV79.04127.41147.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=42.8%
G=26%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107657800.390.270.58341.4324.4233.73
Hex6B414E0271B3A1551822
Octal15310111604733725253042
Binary11010111000001100111001001111101111101010101010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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