#6C3A4E

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

Shades of Tawny Port #6C3A4E

Tints of Tawny Port #6C3A4E

Color information

#6C3A4E (or 0x6C3A4E) is unknown color: approx Tawny Port. HEX triplet: 6C, 3A and 4E. RGB value is (108,58,78). Sum of RGB (Red+Green+Blue) = 108+58+78=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A4E is #93C5B1. Grayscale: #4B4B4B. Windows color (decimal): -9684402 or 5126764. OLE color: 5126764.

HSL color Cylindrical-coordinate representation of color #6C3A4E: hue angle of 336º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A4E is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1085878-
CMYK00.460.280.58
HSL336º30.12%32.55%-
HSV(B)336º46.3%42.35%-
XYZ9.076.768.04-
YUV75.23129.56151.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=44.26%
G=23.77%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108587800.460.280.5833630.1232.55
Hex6C3A4E02E1C3A1501e21
Octal1547211605634725203641
Binary1101100111010100111001011101110011101010101000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,78); }

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

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

 a { background-color: rgb(108,58,78); }

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

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

 span { border-color: rgb(108,58,78); }

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